[uim-commit] r864 - trunk

tkng at freedesktop.org tkng at freedesktop.org
Sun Jun 5 07:09:56 PDT 2005


Author: tkng
Date: 2005-06-05 07:09:53 -0700 (Sun, 05 Jun 2005)
New Revision: 864

Modified:
   trunk/configure.ac
Log:
* configure.ac: Don't require intltool when Gnome applet is not build.

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2005-06-05 08:50:15 UTC (rev 863)
+++ trunk/configure.ac	2005-06-05 14:09:53 UTC (rev 864)
@@ -19,7 +19,6 @@
 AC_PROG_INSTALL
 AC_PROG_MAKE_SET
 AC_PROG_LIBTOOL
-AC_PROG_INTLTOOL
 
 dnl ***********************
 dnl *** Tests for iconv ***
@@ -505,6 +504,12 @@
 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
+
+
 GTK_BINARY_VERSION=`pkg-config gtk+-2.0 --variable=gtk_binary_version`
 AC_SUBST(GTK_BINARY_VERSION)
 



More information about the uim-commit mailing list