diff --git a/ChangeLog b/ChangeLog index 291cbbcd9..eaeb090f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-03 Pavel Roskin + + * configure.ac: Require gettext with ngettext support. It's + already used in src/info.c. + 2005-09-28 Pavel Roskin * acinclude.m4: Remove gettext 0.10.x compatibility. diff --git a/configure.ac b/configure.ac index 1e20c4efe..33abb6cd5 100644 --- a/configure.ac +++ b/configure.ac @@ -102,7 +102,7 @@ dnl dnl Internationalization dnl MC_ASM_LABELS -AM_GNU_GETTEXT +AM_GNU_GETTEXT(no-libtool, need-ngettext) AM_GNU_GETTEXT_VERSION(0.11.5) if test "x$USE_INCLUDED_LIBINTL" = xyes; then