From: Marcela Mašláňová Date: Tue, 2 Dec 2008 13:11:45 +0000 (+0100) Subject: Configure can't be run without pam-devel libraries. (rhbz#473893) X-Git-Tag: cronie1.3~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6e108e11e34e85f575475e71da2e95f2afcd855;p=cronie Configure can't be run without pam-devel libraries. (rhbz#473893) --- diff --git a/configure.ac b/configure.ac index f802d86..148f0e6 100644 --- a/configure.ac +++ b/configure.ac @@ -169,8 +169,8 @@ AC_ARG_WITH(selinux, AC_SUBST(LIBSELINUX) fi ] ) - -AC_ARG_WITH(pam, [AS_HELP_STRING([--with-pam], [Enable PAM support])]) + +AC_ARG_WITH(pam, [AS_HELP_STRING([--with-pam], [Enable PAM support])], [], [enable_pam=no]) AM_CONDITIONAL([PAM], [test "$enable_pam" != no]) if test "$enable_pam" != no; then