The m4_include() for this helpers test script was omitted from rev.12782.
Add that in, and shuffle the PAM-specific configure tests into the helper
required.m4 script.
shadow.h \
regex.h \
sched.h \
- security/pam_appl.h \
siginfo.h \
signal.h \
sstream \
wchar.h
)
-CHECK_STRUCT_PAM_CONV
-
AC_CHECK_HEADERS(
linux/netfilter_ipv4.h
,,,
-AC_CHECK_HEADERS([security/pam_appl.h],[BUILD_HELPER="PAM"])
+AC_CHECK_HEADERS([security/pam_appl.h],[
+ BUILD_HELPER="PAM"
+ CHECK_STRUCT_PAM_CONV
+])
elif test "x$helper" = "xNIS" ; then
m4_include([helpers/basic_auth/NIS/required.m4])
+ elif test "x$helper" = "xPAM" ; then
+ m4_include([helpers/basic_auth/PAM/required.m4])
+
elif test "x$helper" = "xPOP3" ; then
m4_include([helpers/basic_auth/POP3/required.m4])