From: Ezra Peisach Date: Mon, 11 Jun 2001 15:17:54 +0000 (+0000) Subject: * configure.in: Test for strptime() prototype. Debian linux has X-Git-Tag: krb5-1.3-alpha1~1436 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3c58a2440b631315fc16e0e9d68059c485c182a1;p=krb5.git * configure.in: Test for strptime() prototype. Debian linux has strptime in the C library but does not provide a prototype. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13326 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/ChangeLog b/src/lib/krb5/ChangeLog index e6656bc42..f045ec5cf 100644 --- a/src/lib/krb5/ChangeLog +++ b/src/lib/krb5/ChangeLog @@ -1,3 +1,8 @@ +2001-06-11 Ezra Peisach + + * configure.in: Test for strptime() prototype. Debian linux has + strptime in the C library but does not provide a prototype. + 2001-04-26 Ken Raeburn * configure.in: Don't use HAS_ANSI_VOLATILE. diff --git a/src/lib/krb5/configure.in b/src/lib/krb5/configure.in index aaecffade..eab3d188a 100644 --- a/src/lib/krb5/configure.in +++ b/src/lib/krb5/configure.in @@ -13,6 +13,7 @@ AC_CHECK_HEADERS(unistd.h paths.h regex.h regexp.h regexpr.h fcntl.h memory.h if AC_CHECK_FUNCS(flock fchmod chmod strftime strptime geteuid setenv unsetenv getenv setsid gethostbyname2 getifaddrs) AC_REPLACE_FUNCS(vfprintf vsprintf strdup strcasecmp strerror memmove daemon getuid sscanf syslog) KRB5_AC_REGEX_FUNCS +KRB5_NEED_PROTO([#include ],strptime) dnl KRB5_SOCKADDR_SA_LEN KRB5_BUILD_LIBRARY_WITH_DEPS