]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen
authorMark Andrews <marka@isc.org>
Mon, 30 Jan 2012 10:09:37 +0000 (10:09 +0000)
committerMark Andrews <marka@isc.org>
Mon, 30 Jan 2012 10:09:37 +0000 (10:09 +0000)
config.h.in
configure

index 9728eaa7242316f8f4d1d8f24e5826e618a66047..a2eec9c2ed2ab934a5ffc7cffc5cb65901bcedaa 100644 (file)
@@ -16,7 +16,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: config.h.in,v 1.153 2012/01/30 07:11:47 marka Exp $ */
+/* $Id: config.h.in,v 1.152.22.1 2012/01/30 10:09:37 marka Exp $ */
 
 /*! \file */
 
index 109ffeccad6bf9dce625b67927ec6b0735b78fba..7e0ed99237ade1f0e31c0772d96d1a3841e41f28 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1996-2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -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.517 2011/12/20 00:49:49 marka Exp $
+# $Id: configure,v 1.517.22.1 2012/01/30 10:09:37 marka Exp $
 #
 #      Portions of this code release fall under one or more of the
 #      following Copyright notices.  Please see individual source
@@ -22176,7 +22176,9 @@ case $host in
        # Linux kernels produce unusable core dumps from multithreaded
        # programs, and because of limitations in setuid().
        use_threads=false ;;
-*-darwin10.*)
+*-darwin[123456789].*)
+       use_threads=false ;;
+*-darwin*.*)
        use_threads=true ;;
 *)
        use_threads=false ;;