diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-01-25 00:07:33 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-01-25 00:07:33 +0000 |
commit | ec3830ae6e1df691933ec65d4524e409bf160298 (patch) | |
tree | 9e1440f469bdd4666fa92de06f1138d4983e54bd /configure.in | |
parent | 0736c4df83628dcac567d94a73726771706f978e (diff) |
- (bal) AC_FUNC_STRFTIME added to autoconf
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 798e327b..dbab57ce 100644 --- a/configure.in +++ b/configure.in @@ -367,6 +367,8 @@ fi AC_FUNC_GETPGRP +AC_FUNC_STRFTIME + # Check for PAM libs PAM_MSG="no" AC_ARG_WITH(pam, |