# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
#
-# $Id: configure,v 1.369 2005/07/08 04:36:29 marka Exp $
+# $Id: configure,v 1.370 2005/07/09 07:10:22 jinmei Exp $
#
# Portions Copyright (C) 1996-2001 Nominum, Inc.
#
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# From configure.in Revision: 1.382 .
+# From configure.in Revision: 1.383 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
#
echo $ECHO_N "checking architecture type for atomic operations... $ECHO_C" >&6
case "$host" in
i[3456]86-*|x86_64-*)
- # XXX: some old x86 architectures actualy do not support
+ # XXX: some old x86 architectures actually do not support
# (some of) these operations. Do we need stricter checks?
# Note: We currently use the same code for both the x86_32 and
# x86_64 architectures, but there may be a better
have_atomic=yes
arch=powerpc
;;
+ mips-*)
+ have_atomic=yes
+ arch=mips
+ ;;
*)
have_atomic=no
arch=noatomic