summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-09-05 08:04:31 +0300
committerSergey Poznyakoff <gray@gnu.org>2021-09-05 08:04:31 +0300
commitf7692ba9af9d85ec8c31708ca82632109cf4a95b (patch)
treee9b3fb70b5bc9563a338f56997cc5e3ebd3309b3
parent654dfcb5de013ccae1553efef9358a42b97db5dd (diff)
downloadgdbm-f7692ba9af9d85ec8c31708ca82632109cf4a95b.tar.gz
Revert "Request gettext version 0.18 or newer"
This requires autoconf 2.70. Reverted until it is spread wide enough.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 593a5fc..4e5b62d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,7 +93,7 @@ AC_DEFINE_UNQUOTED([GDBM_THREAD_LOCAL],$gdbm_cv__thread,[TLS qualifier])
dnl Internationalization macros.
AM_GNU_GETTEXT([external], [need-ngettext])
-AM_GNU_GETTEXT_REQUIRE_VERSION(0.18)
+AM_GNU_GETTEXT_VERSION(0.18)
AC_CHECK_HEADERS([sys/file.h string.h locale.h getopt.h])