[uim-commit] r552 - trunk

tkng at freedesktop.org tkng at freedesktop.org
Sat Feb 5 08:03:34 PST 2005


Author: tkng
Date: 2005-02-05 08:03:27 -0800 (Sat, 05 Feb 2005)
New Revision: 552

Modified:
   trunk/configure.ac
Log:
* configure.ac:
 -(with_qt): Renamed from enable_qt.
 -(with_qtimmodule: Renamed from enable_qtimmodule.
 - Fixed a typo. Thanks to Konosuke Watanabe for reporting.


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2005-02-05 13:53:01 UTC (rev 551)
+++ trunk/configure.ac	2005-02-05 16:03:27 UTC (rev 552)
@@ -249,7 +249,7 @@
   AC_HELP_STRING([--with-qt],
                  [build with qt helper applications]),
   [
-    case $enable_qt in
+    case $with_qt in
       no)
         use_qt="no"
       ;;
@@ -257,7 +257,6 @@
         use_qt="yes"
       ;;
     esac
-
   ],
   [
     use_qt="no"
@@ -267,7 +266,7 @@
   AC_HELP_STRING([--with-qt-immodule],
                  [Build qt-immodule extension]),
   [
-    case $enable_qtimmodule in
+    case $with_qtimmodule in
       no)
         use_qtimmodule="no"
       ;;
@@ -459,7 +458,7 @@
        QTLIBDIR="/usr/lib/qt"
     fi
     if test ! -d "$QTLIBDIR"; then
-       QTINCDIR="/usr/lib"
+       QTLIBDIR="/usr/lib"
     fi
 
     # Check For MOC



More information about the Uim-commit mailing list