From e6e108e11e34e85f575475e71da2e95f2afcd855 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Tue, 2 Dec 2008 14:11:45 +0100 Subject: [PATCH] Configure can't be run without pam-devel libraries. (rhbz#473893) --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0