From 421e98b0df539b9b0afed837b1972fa01a416087 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Sat, 17 May 2014 18:50:00 +0200 Subject: CONFIGURE: Remove duplicate detection of pam The same test is in file src/external/pam.m4 Reviewed-by: Jakub Hrozek --- configure.ac | 6 ------ 1 file changed, 6 deletions(-) (limited to 'configure.ac') 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]) -- cgit