* configure.in: Test for strptime() prototype. Debian linux has
authorEzra Peisach <epeisach@mit.edu>
Mon, 11 Jun 2001 15:17:54 +0000 (15:17 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 11 Jun 2001 15:17:54 +0000 (15:17 +0000)
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

src/lib/krb5/ChangeLog
src/lib/krb5/configure.in

index e6656bc421d5c42b75c365b2af22ba4db6d9f926..f045ec5cfbabf73df0f3618ec646812b58b64819 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-11  Ezra Peisach  <epeisach@mit.edu>
+
+       * 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  <raeburn@mit.edu>
 
        * configure.in: Don't use HAS_ANSI_VOLATILE.
index aaecffade9ca4fea929f901bf65992174944dfd1..eab3d188a016df6d1bdf91a2ee30b850b65bc3fd 100644 (file)
@@ -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 <time.h>],strptime)
 dnl
 KRB5_SOCKADDR_SA_LEN
 KRB5_BUILD_LIBRARY_WITH_DEPS