[uim-commit] r1365 - trunk

tkng at freedesktop.org tkng at freedesktop.org
Wed Aug 31 05:23:59 PDT 2005


Author: tkng
Date: 2005-08-31 05:23:57 -0700 (Wed, 31 Aug 2005)
New Revision: 1365

Modified:
   trunk/configure.ac
Log:
* configure.ac: Fixed a typo. (MOC -> MOC_QT3).


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2005-08-31 12:11:37 UTC (rev 1364)
+++ trunk/configure.ac	2005-08-31 12:23:57 UTC (rev 1365)
@@ -630,7 +630,7 @@
     if test -z "$HOST_MOC_QT3"; then
       AC_MSG_ERROR([No acceptable moc (meta object compiler) found])
     fi
-    MOC=$HOST_MOC_QT3
+    MOC_QT3=$HOST_MOC_QT3
 
     # Check For UIC
     if test -x "$QTDIR/bin/uic"; then



More information about the uim-commit mailing list