diff options
author | dougb <dougb@FreeBSD.org> | 2008-09-01 20:53:25 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2008-09-01 20:53:25 +0000 |
commit | 6391cf1904f97dca07bdcd4495e134bd220885a9 (patch) | |
tree | 00951e23479d720f88789ce68ce281d7f6f81024 /lib/bind | |
parent | a4287a72036a67b2164527881f632676f934c664 (diff) | |
download | FreeBSD-src-6391cf1904f97dca07bdcd4495e134bd220885a9.zip FreeBSD-src-6391cf1904f97dca07bdcd4495e134bd220885a9.tar.gz |
Vendor import of BIND 9.4.2-P2
Diffstat (limited to 'lib/bind')
-rw-r--r-- | lib/bind/configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/bind/configure.in b/lib/bind/configure.in index 82bea78..6e98c5c 100644 --- a/lib/bind/configure.in +++ b/lib/bind/configure.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2001, 2003 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -AC_REVISION($Revision: 1.90.18.34 $) +AC_REVISION($Revision: 1.90.18.34.10.2 $) AC_INIT(resolv/herror.c) AC_PREREQ(2.13) @@ -2590,7 +2590,7 @@ case "$host" in *-solaris2.9) hack_shutup_in6addr_init_macros=yes ;; - *-solaris2.10) + *-solaris2.1[0-9]) hack_shutup_in6addr_init_macros=yes ;; esac |