summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
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 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])