From: Tatuya JINMEI 神明達哉 Date: Tue, 5 Jul 2005 00:44:48 +0000 (+0000) Subject: regen X-Git-Tag: v9.2.6b1~43^2~70 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=2511716b5ffbf1ea3f024f2779565d8d575896c4;p=thirdparty%2Fbind9.git regen --- diff --git a/configure b/configure index 8d144337e7f..181038d6737 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.367 2005/06/20 01:05:33 marka Exp $ +# $Id: configure,v 1.368 2005/07/05 00:44:48 jinmei Exp $ # # Portions Copyright (C) 1996-2001 Nominum, Inc. # @@ -27453,6 +27453,7 @@ case "$enable_atomic" in ;; no) use_atomic=no + arch=noatomic ;; esac @@ -27474,6 +27475,10 @@ echo $ECHO_N "checking architecture type for atomic operations... $ECHO_C" >&6 have_atomic=yes arch=alpha ;; + powerpc-*) + have_atomic=yes + arch=powerpc + ;; *) have_atomic=no arch=noatomic