]> andersk Git - openssh.git/commitdiff
- Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
authordamien <damien>
Wed, 17 May 2000 12:16:05 +0000 (12:16 +0000)
committerdamien <damien>
Wed, 17 May 2000 12:16:05 +0000 (12:16 +0000)
ChangeLog
configure.in

index 5d28c74ddbca2b445f629431ef53c2071fd5fe9d..4f0c42d6bd7194e8d39590a99cfe5385fb8e709a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 
index aaf3d85226d8f364bed2e788883cd397a9dfbb6d..62456acef04867857f8187cc8a475fc41d8c1e40 100644 (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])
This page took 0.069416 seconds and 5 git commands to generate.