diff options
Diffstat (limited to 'intl/configure.ac')
-rw-r--r-- | intl/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/configure.ac b/intl/configure.ac index 698c330ddb3..36cf97fe4b1 100644 --- a/intl/configure.ac +++ b/intl/configure.ac @@ -4,7 +4,7 @@ AC_CONFIG_SRCDIR(gettext.c) AC_CONFIG_HEADER(config.h) AC_CONFIG_MACRO_DIR(../config) AM_GNU_GETTEXT_VERSION(0.12.1) -AM_GNU_GETTEXT +AM_GNU_GETTEXT([], [need-ngettext]) # This replaces the extensive use of DEFS in the original Makefile.in. AC_DEFINE(IN_LIBINTL, 1, [Define because this is libintl.]) |