[Mod-auth-commit] mod_authn_pam configure.in,1.1,1.2
Brought to you by:
firechipmunk,
honx
From: <fir...@us...> - 2003-11-11 10:25:56
|
Update of /cvsroot/mod-auth/mod_authn_pam In directory sc8-pr-cvs1:/tmp/cvs-serv24362 Modified Files: configure.in Log Message: fixed test for pam-libs/include Index: configure.in =================================================================== RCS file: /cvsroot/mod-auth/mod_authn_pam/configure.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** configure.in 11 Nov 2003 08:39:27 -0000 1.1 --- configure.in 11 Nov 2003 10:25:52 -0000 1.2 *************** *** 11,15 **** AC_MSG_CHECKING(for --with-pam) ! AC_ARG_WITH(pam, [ --with-pam=PATH Path to dbi], [ if test -e "$withval/include/security/pam_appl.h" --- 11,15 ---- AC_MSG_CHECKING(for --with-pam) ! AC_ARG_WITH(pam, [ --with-pam=PATH Path to pam], [ if test -e "$withval/include/security/pam_appl.h" *************** *** 26,30 **** AC_MSG_CHECKING(for --with-pam-include) ! AC_ARG_WITH(dbi-include, [ --with-pam-include=PATH Path to dbi headers], [ if test -e "$withval/security/pam_appl.h" --- 26,30 ---- AC_MSG_CHECKING(for --with-pam-include) ! AC_ARG_WITH(pam-include, [ --with-pam-include=PATH Path to pam headers], [ if test -e "$withval/security/pam_appl.h" *************** *** 40,44 **** AC_MSG_CHECKING(for --with-pam-libs) ! AC_ARG_WITH(dbi-libs, [ --with-pam-libs=PATH Path to dbi libs], [ if test -e "$withval/libpam.so" --- 40,44 ---- AC_MSG_CHECKING(for --with-pam-libs) ! AC_ARG_WITH(pam-libs, [ --with-pam-libs=PATH Path to pam libs], [ if test -e "$withval/libpam.so" |