From: Tatuya JINMEI 神明達哉 Date: Sat, 9 Jul 2005 07:10:22 +0000 (+0000) Subject: regen X-Git-Tag: v9.2.6b1~43^2~59 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=648807b4f558f0ccc674c609be1439b8787ee6d5;p=thirdparty%2Fbind9.git regen --- diff --git a/configure b/configure index b9272d04cf6..422da444c09 100755 --- 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