summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e6eed7a..aec3a7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,8 +6,7 @@ if test x$GCC = xyes ; then
fi
LT_INIT(disable-static)
AM_MAINTAINER_MODE
-AC_CHECK_HEADERS(security/pam_modules.h security/pam_ext.h)
+AC_CHECK_HEADERS(security/pam_modules.h)
AC_CHECK_FUNC(pam_get_item,,AC_CHECK_LIB(pam,pam_get_item))
-AC_CHECK_FUNCS(pam_prompt pam_syslog)
AC_CONFIG_HEADER(src/config.h)
AC_OUTPUT(Makefile src/Makefile src/pam_rps.8)