for inet_ntoa/aton, since they're in KRB5_AC_INET6 now.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11897
dc483132-0cff-0310-8789-
dd5450dbe970
+1999-11-02 Ken Raeburn <raeburn@raeburn.org>
+
+ * configure.in: Invoke KRB5_AC_INET6. Delete most of the 10-17
+ changes except for inet_ntoa/aton, since they're in KRB5_AC_INET6
+ now.
+
1999-10-17 Ken Raeburn <raeburn@raeburn.org>
* configure.in: Check for inet_{ntop,pton,ntoa,aton},
AC_PROG_AWK
AC_PROG_LEX
AC_CONST
-AC_CHECK_FUNCS(strdup labs setvbuf memmove bcopy inet_ntop inet_pton getipnodebyname getipnodebyaddr getaddrinfo getnameinfo inet_ntoa inet_aton)
+AC_CHECK_FUNCS(strdup labs setvbuf memmove bcopy inet_ntoa inet_aton)
HAVE_YYLINENO
CHECK_DIRENT
AC_TYPE_UID_T
KRB5_SIGTYPE
AC_CHECK_HEADERS(stdlib.h string.h stddef.h unistd.h sys/types.h sys/file.h sys/param.h sys/stat.h sys/time.h netinet/in.h macsock.h xom.h)
AC_HEADER_STDARG
+KRB5_AC_INET6
dnl
dnl check for ANSI stdio, esp "b" option to fopen(). This (unfortunately)
dnl requires a run check...