diff options
author | Juergen Keil <jkeil@users.sourceforge.net> | 2002-10-28 13:16:00 +0000 |
---|---|---|
committer | Juergen Keil <jkeil@users.sourceforge.net> | 2002-10-28 13:16:00 +0000 |
commit | 6231ee28a180e3a396b6f1d278f2b2e8a590f1f7 (patch) | |
tree | b8b6023cef338a6e8c2cacac8d3fe778f540ff55 | |
parent | d57451090dafffd84efd81674f6caa0bed2a2cc3 (diff) | |
download | xine-lib-6231ee28a180e3a396b6f1d278f2b2e8a590f1f7.tar.gz xine-lib-6231ee28a180e3a396b6f1d278f2b2e8a590f1f7.tar.bz2 |
xine-lib's local modification to gettext.m4 (check for ngettext) seems to
be unnecessary. The second parameter for the AM_WITH_NLS macro
[ M_WITH_NLS(..., need-ngettext) ] already includes the necessary checks
for a working ngettext.
CVS patchset: 3070
CVS date: 2002/10/28 13:16:00
-rw-r--r-- | m4/gettext.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/gettext.m4 b/m4/gettext.m4 index a3e65dbe4..4e8aec87f 100644 --- a/m4/gettext.m4 +++ b/m4/gettext.m4 @@ -116,8 +116,7 @@ return (int) gettext ("")]ifelse([$2], need-ngettext, [ + (int) ngettext ("", "" gt_save_LIBS="$LIBS" LIBS="$LIBS $INTLLIBS" - dnl Xine need ngettext. - AC_CHECK_FUNCS(dcgettext ngettext) + AC_CHECK_FUNCS(dcgettext) LIBS="$gt_save_LIBS" dnl Search for GNU msgfmt in the PATH. |