]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen
authorTatuya JINMEI 神明達哉 <jinmei@isc.org>
Sat, 9 Jul 2005 07:10:22 +0000 (07:10 +0000)
committerTatuya JINMEI 神明達哉 <jinmei@isc.org>
Sat, 9 Jul 2005 07:10:22 +0000 (07:10 +0000)
configure

index b9272d04cf6da50bf9b94bafe1ac186d93e76bac..422da444c09d7607e8d4672d72d94f1e2a74ed28 100755 (executable)
--- a/configure
+++ b/configure
@@ -14,7 +14,7 @@
 # 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.
 #
@@ -29,7 +29,7 @@
 # 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.
 #
@@ -27463,7 +27463,7 @@ if test "$use_atomic" = "yes"; then
 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
@@ -27479,6 +27479,10 @@ echo $ECHO_N "checking architecture type for atomic operations... $ECHO_C" >&6
                have_atomic=yes
                arch=powerpc
        ;;
+       mips-*)
+               have_atomic=yes
+               arch=mips
+       ;;
        *)
                have_atomic=no
                arch=noatomic