[uim-commit] r665 - trunk

ekato at freedesktop.org ekato at freedesktop.org
Tue Feb 15 22:04:03 PST 2005


Author: ekato
Date: 2005-02-15 22:04:00 -0800 (Tue, 15 Feb 2005)
New Revision: 665

Modified:
   trunk/configure.ac
Log:
* configure.ac : Add "ngettext" check for gettext to prevent
  compilation error with old glibc.  This check also implies a
  check for bind_textdomain_codeset.


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2005-02-16 02:53:21 UTC (rev 664)
+++ trunk/configure.ac	2005-02-16 06:04:00 UTC (rev 665)
@@ -210,7 +210,7 @@
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[gettext package name])
 
-AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT([external], [need-ngettext])
 AM_GNU_GETTEXT_VERSION(0.12)
 
 



More information about the Uim-commit mailing list