From fd25bd1abe4f93b36953551f0191ca2f6810e903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Tue, 17 Jun 2008 13:06:06 +0200 Subject: Require at least version 0.16.1 of gettext (Debian stable at the moment). --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 78e473b84..2df2206e9 100644 --- a/configure.ac +++ b/configure.ac @@ -200,6 +200,7 @@ if test "x$enable_iconvtest" != xno; then fi AM_GNU_GETTEXT([external]) +AM_GNU_GETTEXT_VERSION([0.16.1]) AC_PROG_GMSGFMT_PLURAL AC_CHECK_FUNCS([nl_langinfo]) -- cgit v1.2.3