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

1626. [bug] --enable-getifaddrs was broken. [RT#11259]

This commit is contained in:
Mark Andrews
2004-05-03 11:14:01 +00:00
parent 445acbbea8
commit e0199985cf
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
1626. [bug] --enable-getifaddrs was broken. [RT#11259]
1625. [placeholder] rt11237
1624. [bug] zonemgr_putio() call should be locked. [RT# 11163]

View File

@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
AC_REVISION($Revision: 1.355 $)
AC_REVISION($Revision: 1.356 $)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.13)
@@ -1567,7 +1567,7 @@ case $host in
# project handles the AF_INET6 case correctly. We need to avoid
# using the former but prefer the latter unless overridden by
# --enable-getifaddrs=glibc.
if $use_getifaddrs = glibc
if test $use_getifaddrs = glibc
then
AC_CHECK_FUNC(getifaddrs, AC_DEFINE(HAVE_GETIFADDRS))
else