* aclocal.m4 (AC_LIBRARY_NET): Require the BIND_8_COMPAT check
authorTom Yu <tlyu@mit.edu>
Tue, 14 Sep 2004 22:25:07 +0000 (22:25 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 14 Sep 2004 22:25:07 +0000 (22:25 +0000)
prior to looking for prototypes, as BIND 9 (at least on Panther)
turns off some prototypes and typedefs if BIND_8_COMPAT is
defined.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16756 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/aclocal.m4

index 943f52234506cf026b0985c2db9c20cd2b342661..4444d12a371bad3f8930433e0bb7bb49b80e72da 100644 (file)
@@ -1,3 +1,10 @@
+2004-09-14  Tom Yu  <tlyu@mit.edu>
+
+       * aclocal.m4 (AC_LIBRARY_NET): Require the BIND_8_COMPAT check
+       prior to looking for prototypes, as BIND 9 (at least on Panther)
+       turns off some prototypes and typedefs if BIND_8_COMPAT is
+       defined.
+
 2004-09-13  Tom Yu  <tlyu@mit.edu>
 
        * aclocal.m4: Fix check for resolv.h; some platforms have
index 2b76ab260637df7db480e810fcb55caf51baafd4..07a303d1857d24de4104433a403477a03e4383cd 100644 (file)
@@ -1335,6 +1335,7 @@ dnl The check for libresolv is in case you are attempting to link statically
 dnl and happen to have a libresolv.a lying around (and no libnsl.a).
 dnl
 AC_DEFUN(AC_LIBRARY_NET, [
+AC_REQUIRE([KRB5_AC_NEED_BIND_8_COMPAT])
    # Most operating systems have gethostbyname() in the default searched
    # libraries (i.e. libc):
    AC_CHECK_FUNC(gethostbyname, , [