mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-24 15:47:18 -04:00
Updated config.guess returns alphaev6-dec-osf5.1b not
alphaev6-dec-osf5.1.
This commit is contained in:
parent
0a206b5975
commit
84c914eead
2 changed files with 4 additions and 4 deletions
4
lib/bind/configure
vendored
4
lib/bind/configure
vendored
|
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# From configure.in Revision: 1.83.2.13 .
|
||||
# From configure.in Revision: 1.83.2.14 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59.
|
||||
#
|
||||
|
|
@ -30482,7 +30482,7 @@ case "$host" in
|
|||
*-hpux11.11)
|
||||
hack_shutup_in6addr_init_macros=yes
|
||||
;;
|
||||
*-osf5.1)
|
||||
*-osf5.1|*-osf5.1b)
|
||||
hack_shutup_in6addr_init_macros=yes
|
||||
;;
|
||||
*-solaris2.8)
|
||||
|
|
|
|||
|
|
@ -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.83.2.13 $)
|
||||
AC_REVISION($Revision: 1.83.2.14 $)
|
||||
|
||||
AC_INIT(resolv/herror.c)
|
||||
AC_PREREQ(2.13)
|
||||
|
|
@ -2320,7 +2320,7 @@ case "$host" in
|
|||
*-hpux11.11)
|
||||
hack_shutup_in6addr_init_macros=yes
|
||||
;;
|
||||
*-osf5.1)
|
||||
*-osf5.1|*-osf5.1b)
|
||||
hack_shutup_in6addr_init_macros=yes
|
||||
;;
|
||||
*-solaris2.8)
|
||||
|
|
|
|||
Loading…
Reference in a new issue