summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-01-25 00:07:33 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-01-25 00:07:33 +0000
commitec3830ae6e1df691933ec65d4524e409bf160298 (patch)
tree9e1440f469bdd4666fa92de06f1138d4983e54bd
parent0736c4df83628dcac567d94a73726771706f978e (diff)
- (bal) AC_FUNC_STRFTIME added to autoconf
-rw-r--r--ChangeLog1
-rw-r--r--configure.in2
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71f8b27b9..01af308dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@
11 the actual family being processed 11 the actual family being processed
12 - (djm) Mention PRNGd in documentation, it is nicer than EGD 12 - (djm) Mention PRNGd in documentation, it is nicer than EGD
13 - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf 13 - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
14 - (bal) AC_FUNC_STRFTIME added to autoconf
14 15
1520010124 1620010124
16 - (bal) OpenBSD Resync 17 - (bal) OpenBSD Resync
diff --git a/configure.in b/configure.in
index 798e327be..dbab57ce1 100644
--- a/configure.in
+++ b/configure.in
@@ -367,6 +367,8 @@ fi
367 367
368AC_FUNC_GETPGRP 368AC_FUNC_GETPGRP
369 369
370AC_FUNC_STRFTIME
371
370# Check for PAM libs 372# Check for PAM libs
371PAM_MSG="no" 373PAM_MSG="no"
372AC_ARG_WITH(pam, 374AC_ARG_WITH(pam,