[uim-commit] r555 - trunk
tkng at freedesktop.org
tkng at freedesktop.org
Sat Feb 5 09:22:03 PST 2005
Author: tkng
Date: 2005-02-05 09:22:00 -0800 (Sat, 05 Feb 2005)
New Revision: 555
Modified:
trunk/configure.ac
Log:
* configure.ac:
(XIM): New flag to disable X.
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2005-02-05 16:29:00 UTC (rev 554)
+++ trunk/configure.ac 2005-02-05 17:22:00 UTC (rev 555)
@@ -119,8 +119,14 @@
use_canna="no"
])
+AC_PATH_XTRA
+
+if test x$with_x = xyes && test x$have_x = xyes; then
+ use_x="yes"
+fi
+
+
# Checks for header files.
-AC_PATH_XTRA
AC_FUNC_ALLOCA
AC_HEADER_STDC
AC_CHECK_HEADERS([fcntl.h locale.h stdlib.h unistd.h])
@@ -386,6 +392,7 @@
AM_CONDITIONAL(GNOME2, test x$use_gnome2 = xyes)
AM_CONDITIONAL(APPLET, test x$use_applet = xyes)
AM_CONDITIONAL(UIM_FEP, test x$use_uim_fep = xyes)
+AM_CONDITIONAL(XIM, test x$use_x = xyes)
AM_CONDITIONAL(DICT, test x$use_dict = xyes)
AM_CONDITIONAL(DEBUG, test x$enable_debug = xyes)
AM_CONDITIONAL(COMPAT_SCM, test x$enable_compat_scm = xyes)
More information about the Uim-commit
mailing list