Skip to content

Commit 70f4e00

Browse files
committed
Require ngettext.
1 parent 8d6cc11 commit 70f4e00

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* src/iconv.c (check_subst_formatstring): Use ngettext.
44
(subst_wc_to_mb_fallback, subst_mb_to_mb_fallback): Fix error messages
55
after 2006-01-22 change.
6+
* configure.ac: Require a gettext version with ngettext.
67

78
2006-06-28 Bruno Haible <bruno@clisp.org>
89

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ AC_LIBTOOL_WIN32_DLL
8282
AC_PROG_LIBTOOL
8383
gl_VISIBILITY
8484
AM_ICONV
85-
AM_GNU_GETTEXT([external])
85+
AM_GNU_GETTEXT([external], [need-ngettext])
8686

8787
dnl checks for header files
8888

0 commit comments

Comments
 (0)