summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-13 15:40:10 +1100
committerDamien Miller <djm@mindrot.org>1999-11-13 15:40:10 +1100
commit2cb210f0f729082a2cd3eb8f0c71b85f216a7d2c (patch)
treed2902f45be2b6fd5674a6615835a6d2b7fa8039d /configure.in
parentb0284386683cb71070da6afdaa6504b309f1d871 (diff)
- Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
- Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d80ac7c7f..bd34e6ddc 100644
--- a/configure.in
+++ b/configure.in
@@ -55,7 +55,7 @@ AC_CHECK_LIB(dl, dlopen, , )
55AC_CHECK_LIB(pam, pam_authenticate, , ) 55AC_CHECK_LIB(pam, pam_authenticate, , )
56 56
57dnl Checks for header files. 57dnl Checks for header files.
58AC_CHECK_HEADERS(pty.h endian.h paths.h lastlog.h) 58AC_CHECK_HEADERS(pty.h endian.h paths.h lastlog.h shadow.h)
59 59
60dnl Checks for library functions. 60dnl Checks for library functions.
61AC_PROG_GCC_TRADITIONAL 61AC_PROG_GCC_TRADITIONAL