* configure.in: Invoke KRB5_AC_INET6. Delete most of the 10-17 changes except
authorKen Raeburn <raeburn@mit.edu>
Tue, 2 Nov 1999 15:20:31 +0000 (15:20 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 2 Nov 1999 15:20:31 +0000 (15:20 +0000)
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

src/include/ChangeLog
src/include/configure.in

index 92a6b2d65a957771093dbefef7a37c70792ee118..9c25d96b3cbc720c92a1715e6facfef903939110 100644 (file)
@@ -1,3 +1,9 @@
+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},
index fca3fe75d1ea25b9221e546002635df3ef2eccb9..3b278439926f6bc98b0c55ca571ce8bab5daa567 100644 (file)
@@ -5,7 +5,7 @@ AC_PROG_INSTALL
 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
@@ -13,6 +13,7 @@ AC_HEADER_CHECK(termios.h,AC_FUNC_CHECK([tcsetattr],AC_DEFINE(POSIX_TERMIOS)))
 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...