From f6e2fb9a2dd04e23e7ca16350e6c3a8ccbd52d33 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Fri, 16 Jan 2015 10:47:43 -0500 Subject: Updates for Solaris. Fixes #872 --- configure | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index f5cf226..a2f6799 100755 --- a/configure +++ b/configure @@ -4540,7 +4540,13 @@ done for ac_header in security/pam_modules.h pam/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" +ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" " + #ifdef HAVE_SECURITY_PAM_APPL_H + # include + #endif + + +" if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 -- cgit v1.2.3