]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen
authorMark Andrews <marka@isc.org>
Fri, 16 Dec 2011 00:14:05 +0000 (00:14 +0000)
committerMark Andrews <marka@isc.org>
Fri, 16 Dec 2011 00:14:05 +0000 (00:14 +0000)
configure

index afe2443f7c7289be7ee7e9854812a70b7e11724e..43e794f1e8e214f0710c1c4fb98a7fc9ae377de1 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.443.26.35 2011/11/05 05:19:18 tbox Exp $
+# $Id: configure,v 1.443.26.36 2011/12/16 00:14:05 marka Exp $
 #
 #      Portions of this code release fall under one or more of the
 #      following Copyright notices.  Please see individual source
 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 # OF THE POSSIBILITY OF SUCH DAMAGE.
 #
-# From configure.in Revision.
+# From configure.in Revision: 1.457.26.39 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.67.
 #
@@ -21887,8 +21887,9 @@ case $host in
 *-*-sysv*OpenUNIX*)
         # UnixWare
        use_threads=true ;;
-*-netbsd1234.*)
-       # NetBSD earlier than NetBSD 5.0 has poor pthreads.  Don't use it by default.
+*-netbsd[1234].*)
+       # NetBSD earlier than NetBSD 5.0 has poor pthreads.
+       #  Don't use it by default.
        use_threads=false ;;
 *-netbsd*)
        use_threads=true ;;
@@ -21898,7 +21899,7 @@ case $host in
        use_threads=false ;;
 *-freebsd*)
        use_threads=false ;;
-*-bsdi234*)
+*-bsdi[234]*)
        # Thread signals do not work reliably on some versions of BSD/OS.
        use_threads=false ;;
 *-bsdi5*)