summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/gettext.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/gettext.m4 b/m4/gettext.m4
index 2f9825f2d..bbb0e9c71 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.