From f9a07052ed2a7c64bc1a8732a5bb8c1c4fb91e77 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 20 Oct 2004 09:14:40 +0000 Subject: We want a gettext implementation that supports ngettext. svn path=/trunk/; revision=3954 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 08619c4d..781e9560 100644 --- a/configure.ac +++ b/configure.ac @@ -74,7 +74,7 @@ then fi dnl i18n -AM_GNU_GETTEXT(no-libtool) +AM_GNU_GETTEXT(no-libtool, need-ngettext) AM_GNU_GETTEXT_VERSION(0.14.1) dnl end i18n -- cgit v1.2.3