GNOME Bugzilla – Bug 628457
pam header test defective
Last modified: 2010-09-08 02:17:07 UTC
Fedora has pam headers in /usr/include/security. The AC_CHECK_HEADERS check fails to find them, since it loops over all headers, and first sets have_pam to true (because it finds security/pam-modules.h), and then sets it to false (because it doesn't find pam/pam-modules.h). The if-found clause needs to break out of the loop after the first found headers.
Created attachment 169203 [details] [review] patch
Awesome. Thanks. Applied patch to master. commit 19f50bcdd0e762625c03b66a5533eecda0ada391 Author: Matthias Clasen <mclasen@redhat.com> Date: Wed Sep 1 01:06:20 2010 +0000 [pam] Fix PAM header test. https://bugzilla.gnome.org/show_bug.cgi?id=628457
*** Bug 628990 has been marked as a duplicate of this bug. ***