- Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>

This commit is contained in:
Damien Miller 2000-05-17 22:16:05 +10:00
parent f3c6cf1383
commit 0e65eed58a
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@
- Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
- Avoid WCOREDUMP complation errors for systems that lack it
- Avoid SIGCHLD warnings from entropy commands
- Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
20000513
- Fix for non-recognised DSA keys from Arkadiusz Miskiewicz

View File

@ -165,7 +165,7 @@ if test -z "$no_pam" -a "x$ac_cv_header_security_pam_appl_h" = "xyes" ; then
AC_CHECK_LIB(dl, dlopen, , )
LIBS="$LIBS -lpam"
AC_CHECK_FUNC(pam_getenvlist)
AC_CHECK_FUNCS(pam_getenvlist)
# Check PAM strerror arguments (old PAM)
AC_MSG_CHECKING([whether pam_strerror takes only one argument])