summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2014-05-17 18:50:00 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-05-18 05:41:00 +0200
commit421e98b0df539b9b0afed837b1972fa01a416087 (patch)
tree476246299c6b06d71059e6aef4fbec57dc7e6445
parent83e1ea9e24aabe6ade180649ecfc9c253ad19395 (diff)
downloadsssd-421e98b0df539b9b0afed837b1972fa01a416087.tar.gz
sssd-421e98b0df539b9b0afed837b1972fa01a416087.tar.xz
sssd-421e98b0df539b9b0afed837b1972fa01a416087.zip
CONFIGURE: Remove duplicate detection of pam
The same test is in file src/external/pam.m4 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
-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])