aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 2b492da..3b34059 100644
--- a/configure.ac
+++ b/configure.ac
@@ -81,7 +81,7 @@ MF_PROCTITLE
# Gettext.
AM_ICONV
AM_GNU_GETTEXT([external], [need-formatstring-macros])
-AM_GNU_GETTEXT_VERSION([0.18])
+AM_GNU_GETTEXT_VERSION([0.19])
# PAM
status_pam=maybe
@@ -107,9 +107,6 @@ if test "$status_pam" != "no"; then
else
status_pam=no
fi
- if test $pam = yes && test $pam != $status_pam; then
- AC_MSG_ERROR([required module PAM cannot be built because of missing prerequisites])
- fi
fi
AM_CONDITIONAL([PAM_COND], [test $status_pam = yes])

Return to:

Send suggestions and report system problems to the System administrator.