summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index c663f5eee..364c9ee69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,12 +68,6 @@ LIBS=$SAVE_LIBS
AC_CHECK_FUNCS([ utimensat \
futimens ])
-#Check for PAM headers
-AC_CHECK_HEADERS([security/pam_appl.h security/pam_misc.h security/pam_modules.h],
- [AC_CHECK_LIB(pam, pam_get_item, [ PAM_LIBS="-lpam" ], [AC_MSG_ERROR([PAM must support pam_get_item])])],
- [AC_MSG_ERROR([PAM development libraries not installed])]
-)
-
#Check for endian headers
AC_CHECK_HEADERS([endian.h sys/endian.h byteswap.h])