summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-10-18 14:56:56 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-10-18 14:56:56 +0000
commit3854c29d5687a5ed7cd325f25ebdc25187e67651 (patch)
tree55d718804b2bbccf8e298bae5234639f704169bd /configure.ac
parent1c9a8e225da4b93e23634168b08ccb75717e231a (diff)
downloadmailutils-3854c29d5687a5ed7cd325f25ebdc25187e67651.tar.gz
mailutils-3854c29d5687a5ed7cd325f25ebdc25187e67651.tar.bz2
Require gettext 0.15
(check_bdb): Bugfix
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5ecab4520..f1979507a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,7 +75,7 @@ status_pgsql=no
dnl Internationalization macros.
AM_GNU_GETTEXT([external], [need-ngettext])
-AM_GNU_GETTEXT_VERSION(0.14.1)
+AM_GNU_GETTEXT_VERSION(0.15)
AM_ICONV
AC_CHECK_HEADERS(iconv.h)
AC_CHECK_TYPE(iconv_t,:,
@@ -916,6 +916,9 @@ check_bdb() {
[],
[AC_MSG_ERROR([DB Library and header versions don't match])
status_bdb=no])
+ if test $status_bdb != no; then
+ AC_DEFINE_UNQUOTED(WITH_BDB,$ver)
+ fi
fi
}

Return to:

Send suggestions and report system problems to the System administrator.