[uim-commit] r857 - trunk
ekato at freedesktop.org
ekato at freedesktop.org
Wed Jun 1 22:59:10 PDT 2005
Author: ekato
Date: 2005-06-01 22:59:08 -0700 (Wed, 01 Jun 2005)
New Revision: 857
Modified:
trunk/configure.ac
Log:
* configure.ac : Don't invoke AM_CONDITIONAL(WITH_XFT) conditionally.
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2005-06-02 05:14:06 UTC (rev 856)
+++ trunk/configure.ac 2005-06-02 05:59:08 UTC (rev 857)
@@ -123,7 +123,7 @@
AC_PATH_XTRA
use_xim="no"
-if test x$have_x != xdisabled && test x$have_x != xno; then
+if test x"$have_x" != "xdisabled" && test x"$have_x" != "xno"; then
use_xim="yes"
AC_CXX_NAMESPACES
AC_CXX_HAVE_STL
@@ -160,8 +160,8 @@
CFLAGS=$saved_CFLAGS
LIBS=$saved_LIBS
fi
- AM_CONDITIONAL(WITH_XFT, test x"$XFT" = "xtrue")
fi
+AM_CONDITIONAL(WITH_XFT, test x"$XFT" = "xtrue")
# Checks for header files.
More information about the uim-commit
mailing list