* configure.ac: Require gettext with ngettext support. It's

already used in src/info.c.
This commit is contained in:
Pavel Roskin 2005-10-03 21:00:22 +00:00
parent 28b68a1092
commit 76c21d9dfe
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-10-03 Pavel Roskin <proski@gnu.org>
* configure.ac: Require gettext with ngettext support. It's
already used in src/info.c.
2005-09-28 Pavel Roskin <proski@gnu.org>
* acinclude.m4: Remove gettext 0.10.x compatibility.

View File

@ -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