summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-09-02 08:46:23 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-09-02 08:46:23 +0000
commit44e952f399551aba882a9676ea10243b896a214c (patch)
treef63698a1ebe78f6ef205394e539eb9986520ddb9 /configure.in
parent8d8cd5b8922db1bbc30cb726916076d2879a4ed2 (diff)
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.in1
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)