From e9a8a01b332dbd43f28cbd3bc61a21fee7f376a8 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 2 Nov 1999 15:20:31 +0000 Subject: [PATCH] * 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 --- src/include/ChangeLog | 6 ++++++ src/include/configure.in | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 92a6b2d65..9c25d96b3 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,9 @@ +1999-11-02 Ken Raeburn + + * 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 * configure.in: Check for inet_{ntop,pton,ntoa,aton}, diff --git a/src/include/configure.in b/src/include/configure.in index fca3fe75d..3b2784399 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... -- 2.26.2