[uim-commit] r2519 - trunk

ekato at freedesktop.org ekato at freedesktop.org
Sat Dec 10 22:34:23 PST 2005


Author: ekato
Date: 2005-12-10 22:34:20 -0800 (Sat, 10 Dec 2005)
New Revision: 2519

Modified:
   trunk/configure.ac
Log:
* configure.ac : Set 'no-xml' for intltool.


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2005-12-10 08:52:34 UTC (rev 2518)
+++ trunk/configure.ac	2005-12-11 06:34:20 UTC (rev 2519)
@@ -606,9 +606,7 @@
 AM_CONDITIONAL(NEED_SETENV_C, test $ac_cv_func_setenv = no -o $ac_cv_func_unsetenv = no)
 AM_CONDITIONAL(NEED_STRSEP_C, test $ac_cv_func_strsep = no)
 
-if test "x$use_applet" = "xyes"; then
-  AC_PROG_INTLTOOL
-fi
+AC_PROG_INTLTOOL([0.31], [no-xml])
 
 
 GTK_BINARY_VERSION=`pkg-config gtk+-2.0 --variable=gtk_binary_version`



More information about the uim-commit mailing list