2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

933. [bug] configure failed doing libbind on platforms not

supported by BIND 8.  [RT #1496]
This commit is contained in:
Mark Andrews
2001-07-14 23:14:09 +00:00
parent 72568ce039
commit 47d48791fc
3 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
933. [bug] configure failed doing libbind on platforms not
supported by BIND 8. [RT #1496]
--- 9.2.0a3 released ---

View File

@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
AC_REVISION($Revision: 1.65 $)
AC_REVISION($Revision: 1.66 $)
AC_INIT(resolv/herror.c)
AC_PREREQ(2.13)
@@ -1058,7 +1058,7 @@ esac
AC_SUBST(HAVE_MINIMUM_IFREQ)
# PORT_INCLUDE
PORT_INCLUDE=
PORT_INCLUDE=port/unknown/include
SOLARIS_BITTYPES="#undef NEED_SOLARIS_BITTYPES"
BSD_COMP="#undef BSD_COMP"
USE_FIONBIO_IOCTL="#undef USE_FIONBIO_IOCTL"