aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-01-08 00:08:58 +0200
committerSergey Poznyakoff <gray@gnu.org>2016-01-08 00:08:58 +0200
commit06499f7e23e5ba528686c6135b02eafe6cb47817 (patch)
treec37cb08d4ab1fdbf31ebc8f3f513ec8f90860aa4 /configure.ac
parentb47dfe00a3658aa95c4ed6cf79a0e66e06eed0ff (diff)
downloadpies-06499f7e23e5ba528686c6135b02eafe6cb47817.tar.gz
pies-06499f7e23e5ba528686c6135b02eafe6cb47817.tar.bz2
Bugfixes
* bootstrap.conf (bootstrap_epilogue): Declare the package as a GNU one. * configure.ac: Require gettext 0.19 Remove useless conditional * src/ctl.c (fun_stop, fun_start): Check prog->v.p.status, not the CF_DISABLED flag.
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.