Ticket #26127: patch-configure.in.diff
File patch-configure.in.diff, 487 bytes (added by louis-francis.ratte-boulianne@…, 14 years ago) |
---|
-
configure.in
old new 264 264 265 265 pam_status="no" 266 266 if test "$enable_pam" != "no"; then 267 AC_CHECK_HEADER (security/pam_modules.h, have_pam=yes, have_pam=no)267 AC_CHECK_HEADERS(security/pam_modules.h pam/pam_modules.h, have_pam=yes, have_pam=no) 268 268 if test "$enable_pam" = "yes" -a "$have_pam" = "no"; then 269 269 AC_MSG_ERROR(The PAM headers are missing) 270 270 elif test "$have_pam" = "yes"; then