blob: cfba75e5572b055c18e139d4175e8be70d6def0c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig 2010-09-04 12:33:21.000000000 +0200
+++ configure 2010-09-04 12:33:36.000000000 +0200
@@ -14762,7 +14762,7 @@
pam_status="no"
if test "$enable_pam" != "no"; then
- for ac_header in security/pam_modules.h pam/pam_modules.h
+ for ac_header in security/pam_modules.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
|