diff options
author | Philipp Hahn <pmhahn@users.sourceforge.net> | 2002-07-30 14:54:12 +0000 |
---|---|---|
committer | Philipp Hahn <pmhahn@users.sourceforge.net> | 2002-07-30 14:54:12 +0000 |
commit | 56824383544368d3a2d5eeabe0f18d79074cea02 (patch) | |
tree | b42967f523a9e626bea34de696984c60af72daa6 | |
parent | edca9d7c4b46eb0f2cbf19d8d7cb1b8b2df7ae05 (diff) | |
download | xine-lib-56824383544368d3a2d5eeabe0f18d79074cea02.tar.gz xine-lib-56824383544368d3a2d5eeabe0f18d79074cea02.tar.bz2 |
Check for plural support
CVS patchset: 2368
CVS date: 2002/07/30 14:54:12
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 66744a02f..3192b99da 100644 --- a/configure.in +++ b/configure.in @@ -126,7 +126,7 @@ dnl NLS Support dnl dnl ALL_LINGUAS="cs da de el en@quot en@boldquot es et fr gl id it ja ko nl nn no pl pt pt_BR ru sl sv tr zh" ALL_LINGUAS="fr pt_BR de sk es pl_PL cs" -AM_GNU_GETTEXT(use-libtool) +AM_GNU_GETTEXT(use-libtool, need-ngettext) AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl) AM_CONDITIONAL(INCLUDED_INTL, test x$USE_INCLUDED_LIBINTL = "xyes") if test x"$USE_INCLUDED_LIBINTL" = x"yes"; then |