[uim-commit] r792 - trunk
kzk at freedesktop.org
kzk at freedesktop.org
Tue Mar 15 21:20:56 PST 2005
Author: kzk
Date: 2005-03-15 21:20:53 -0800 (Tue, 15 Mar 2005)
New Revision: 792
Modified:
trunk/configure.ac
Log:
* configure.ac
- check QT_VERSION properly.
Thanks Masanori Yamamoto for reporting this issue!
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2005-03-15 08:34:18 UTC (rev 791)
+++ trunk/configure.ac 2005-03-16 05:20:53 UTC (rev 792)
@@ -488,7 +488,7 @@
if test x$use_qt = xyes ; then
# minimum version
QT_VERSION=3.2.0
- QT_VERSION_NUM=320
+ QT_VERSION_NUM=0x030200
# GUESS $QTDIR
if test ! -d "$QTDIR"; then
More information about the Uim-commit
mailing list