mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 07:35:26 +00:00
1626. [bug] --enable-getifaddrs was broken. [RT#11259]
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -1,3 +1,5 @@
|
|||||||
|
1626. [bug] --enable-getifaddrs was broken. [RT#11259]
|
||||||
|
|
||||||
1625. [placeholder] rt11237
|
1625. [placeholder] rt11237
|
||||||
|
|
||||||
1624. [bug] zonemgr_putio() call should be locked. [RT# 11163]
|
1624. [bug] zonemgr_putio() call should be locked. [RT# 11163]
|
||||||
|
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
|
|||||||
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
||||||
AC_DIVERT_POP()dnl
|
AC_DIVERT_POP()dnl
|
||||||
|
|
||||||
AC_REVISION($Revision: 1.355 $)
|
AC_REVISION($Revision: 1.356 $)
|
||||||
|
|
||||||
AC_INIT(lib/dns/name.c)
|
AC_INIT(lib/dns/name.c)
|
||||||
AC_PREREQ(2.13)
|
AC_PREREQ(2.13)
|
||||||
@@ -1567,7 +1567,7 @@ case $host in
|
|||||||
# project handles the AF_INET6 case correctly. We need to avoid
|
# project handles the AF_INET6 case correctly. We need to avoid
|
||||||
# using the former but prefer the latter unless overridden by
|
# using the former but prefer the latter unless overridden by
|
||||||
# --enable-getifaddrs=glibc.
|
# --enable-getifaddrs=glibc.
|
||||||
if $use_getifaddrs = glibc
|
if test $use_getifaddrs = glibc
|
||||||
then
|
then
|
||||||
AC_CHECK_FUNC(getifaddrs, AC_DEFINE(HAVE_GETIFADDRS))
|
AC_CHECK_FUNC(getifaddrs, AC_DEFINE(HAVE_GETIFADDRS))
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user