From: Lennart Poettering Date: Wed, 16 Jun 2010 21:11:48 +0000 (+0200) Subject: build-sys: fix configure output without libwrap X-Git-Tag: v1~181 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=812cce323db081634f37e4ec6d29f2b9328a3f52 build-sys: fix configure output without libwrap --- diff --git a/configure.ac b/configure.ac index c5c5cc0d4..f44b493dd 100644 --- a/configure.ac +++ b/configure.ac @@ -123,6 +123,7 @@ if test "x${have_tcpwrap}" != xno ; then if test "x$have_tcpwrap" = xyes ; then AC_MSG_ERROR([*** TCP wrappers support not found.]) fi + have_tcpwrap=no else have_tcpwrap=yes fi @@ -159,6 +160,8 @@ if test "x${have_pam}" != xno ; then if test "x$have_pam" = xyes ; then PAM_LIBS="-lpam -lpam_misc" AC_DEFINE(HAVE_PAM, 1, [PAM available]) + else + have_pam=no fi else PAM_LIBS=