diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -12,6 +12,7 @@ | |||
12 | - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix | 12 | - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix |
13 | - Avoid WCOREDUMP complation errors for systems that lack it | 13 | - Avoid WCOREDUMP complation errors for systems that lack it |
14 | - Avoid SIGCHLD warnings from entropy commands | 14 | - Avoid SIGCHLD warnings from entropy commands |
15 | - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk> | ||
15 | 16 | ||
16 | 20000513 | 17 | 20000513 |
17 | - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz | 18 | - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz |
diff --git a/configure.in b/configure.in index aaf3d8522..62456acef 100644 --- a/configure.in +++ b/configure.in | |||
@@ -165,7 +165,7 @@ if test -z "$no_pam" -a "x$ac_cv_header_security_pam_appl_h" = "xyes" ; then | |||
165 | AC_CHECK_LIB(dl, dlopen, , ) | 165 | AC_CHECK_LIB(dl, dlopen, , ) |
166 | LIBS="$LIBS -lpam" | 166 | LIBS="$LIBS -lpam" |
167 | 167 | ||
168 | AC_CHECK_FUNC(pam_getenvlist) | 168 | AC_CHECK_FUNCS(pam_getenvlist) |
169 | 169 | ||
170 | # Check PAM strerror arguments (old PAM) | 170 | # Check PAM strerror arguments (old PAM) |
171 | AC_MSG_CHECKING([whether pam_strerror takes only one argument]) | 171 | AC_MSG_CHECKING([whether pam_strerror takes only one argument]) |