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
+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
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, , [