summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/gettext.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/gettext.m4 b/m4/gettext.m4
index bbb0e9c71..2f9825f2d 100644
--- a/m4/gettext.m4
+++ b/m4/gettext.m4
@@ -116,7 +116,8 @@ return (int) gettext ("")]ifelse([$2], need-ngettext, [ + (int) ngettext ("", ""
gt_save_LIBS="$LIBS"
LIBS="$LIBS $INTLLIBS"
- AC_CHECK_FUNCS(dcgettext)
+ dnl Xine need ngettext.
+ AC_CHECK_FUNCS(dcgettext ngettext)
LIBS="$gt_save_LIBS"
dnl Search for GNU msgfmt in the PATH.