diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-09-02 08:46:23 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-09-02 08:46:23 +0000 |
commit | 44e952f399551aba882a9676ea10243b896a214c (patch) | |
tree | f63698a1ebe78f6ef205394e539eb9986520ddb9 /configure.in | |
parent | 8d8cd5b8922db1bbc30cb726916076d2879a4ed2 (diff) | |
download | pam-44e952f399551aba882a9676ea10243b896a214c.tar.gz pam-44e952f399551aba882a9676ea10243b896a214c.tar.bz2 pam-44e952f399551aba882a9676ea10243b896a214c.zip |
Relevant BUGIDs: none
Purpose of commit: new feature
Commit summary:
---------------
pam_cracklib:
- Make cracklib dict path an option
- Don't compile a hard path to cracklib dict, libcrack knows it better
- Use pam_prompt().
With this, pam_cracklib should work again after moving to automake.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index b0ef7c56..4037cfb7 100644 --- a/configure.in +++ b/configure.in @@ -300,6 +300,7 @@ AC_HEADER_SYS_WAIT AC_CHECK_HEADERS(fcntl.h limits.h malloc.h sys/file.h sys/ioctl.h sys/time.h syslog.h termio.h unistd.h sys/fsuid.h inittypes.h) AC_CHECK_HEADERS(crypt.h) +AC_CHECK_HEADERS(crack.h) dnl For module/pam_userdb AC_CHECK_HEADERS(ndbm.h db.h) |