]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1751. [bug] --enable-getifaddrs failed under linux. [RT #12867]
authorMark Andrews <marka@isc.org>
Wed, 20 Oct 2004 00:25:59 +0000 (00:25 +0000)
committerMark Andrews <marka@isc.org>
Wed, 20 Oct 2004 00:25:59 +0000 (00:25 +0000)
CHANGES
configure.in

diff --git a/CHANGES b/CHANGES
index 153190f70a9b0b8aab722a362c982cc7fb387e22..66007a172ecafe59fd5a99d0075253ca8485a270 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+1751.  [bug]           --enable-getifaddrs failed under linux. [RT #12867]
+
 1750.  [port]          lib/bind/make/rules.in:subdirs was not bash friendly.
                        [RT #12864]
 
index 7c059909138fa71c2296d3c630f5efd797c20336..af8c7bd2ab499f1f32a6275973cd653033c1a01b 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.363 $)
+AC_REVISION($Revision: 1.364 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.13)
@@ -1609,7 +1609,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 test $use_getifaddrs = glibc
+       if test $want_getifaddrs = glibc
        then
                AC_CHECK_FUNC(getifaddrs, AC_DEFINE(HAVE_GETIFADDRS))
        else