]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2905. [port] aix: set use_atomic=yes with native compiler.
authorMark Andrews <marka@isc.org>
Wed, 26 May 2010 23:47:44 +0000 (23:47 +0000)
committerMark Andrews <marka@isc.org>
Wed, 26 May 2010 23:47:44 +0000 (23:47 +0000)
                        [RT #21402]

CHANGES
configure
configure.in

diff --git a/CHANGES b/CHANGES
index f455befce421dd157a0a978740d318629aa35687..f08582c7fc968910378245b75626669a839d8419 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2905.  [port]          aix: set use_atomic=yes with native compiler.
+                       [RT #21402]
+
 2904.   [bug]           When using DLV, sub-zones of the zones in the DLV,
                        could be incorrectly marked as insecure instead of
                        secure leading to negative proofs failing.  This was
index 653857fc7d4608613ce6175170e82605aa398242..6498c2d0c4df3a665bccb9cdf7f94160b0a90891 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.473.22.3 2010/05/19 07:13:53 marka Exp $
+# $Id: configure,v 1.473.22.4 2010/05/26 23:47:44 marka 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.489.22.4 .
+# From configure.in Revision: 1.489.22.5 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.62.
 #
@@ -32256,6 +32256,8 @@ fi
 fi
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+                       else
+                               use_atomic=yes
                        fi
                        ;;
                *)
index 43449f377d131cc11b559fac6da6d4398dc73640..f002882e53fd2e27dbc1e9d851d568313221fe02 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.489.22.4 $)
+AC_REVISION($Revision: 1.489.22.5 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.59)
@@ -2475,6 +2475,8 @@ case "$enable_atomic" in
                                 use_atomic=yes])
                                ]
                                )
+                       else
+                               use_atomic=yes
                        fi
                        ;;
                *)