[uim-commit] r545 - trunk

tkng at freedesktop.org tkng at freedesktop.org
Sat Feb 5 02:23:49 PST 2005


Author: tkng
Date: 2005-02-05 02:23:46 -0800 (Sat, 05 Feb 2005)
New Revision: 545

Modified:
   trunk/configure.ac
Log:
* configure.ac: Fixed typos.


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2005-02-05 10:10:25 UTC (rev 544)
+++ trunk/configure.ac	2005-02-05 10:23:46 UTC (rev 545)
@@ -415,13 +415,13 @@
     QT_VERSION_NUM=320
 
     # GUESS $QTDIR
-    if test -z "$QTDIR"; then
+    if test ! -d "$QTDIR"; then
       QTDIR="/usr/lib/qt3"
     fi
-    if test -z "$QTDIR"; then
+    if test ! -d "$QTDIR"; then
       QTDIR="/usr/lib/qt"
     fi
-    if test -z "$QTDIR"; then
+    if test ! -d "$QTDIR"; then
       QTDIR="/usr"
     fi
 
@@ -549,8 +549,8 @@
 fi
 
 if test x$use_qt = xyes ; then
-    AC_MSG_CHECKING(for qt-immodule patch)
     if test x$use_qtimmodule = xyes ; then
+        AC_MSG_CHECKING(for qt-immodule patch)
         # Check for immodule for Qt patch
         if test ! -e $QTINCDIR/qinputcontext.h -o ! -e $QTINCDIR/qinputcontextplugin.h; then
           AC_MSG_RESULT(no)



More information about the Uim-commit mailing list