summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>1999-11-02 15:20:31 +0000
committerKen Raeburn <raeburn@mit.edu>1999-11-02 15:20:31 +0000
commite9a8a01b332dbd43f28cbd3bc61a21fee7f376a8 (patch)
treedcd3b1bc53ae9387545a47c6ab460268dc9d82c4 /src
parent86c712245af74c095976befd1dc0a9554a12e8c4 (diff)
downloadkrb5-e9a8a01b332dbd43f28cbd3bc61a21fee7f376a8.tar.gz
krb5-e9a8a01b332dbd43f28cbd3bc61a21fee7f376a8.tar.xz
krb5-e9a8a01b332dbd43f28cbd3bc61a21fee7f376a8.zip
* 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. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11897 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/include/ChangeLog6
-rw-r--r--src/include/configure.in3
2 files changed, 8 insertions, 1 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 92a6b2d65a..9c25d96b3c 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -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},
diff --git a/src/include/configure.in b/src/include/configure.in
index fca3fe75d1..3b27843992 100644
--- a/src/include/configure.in
+++ b/src/include/configure.in
@@ -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...