[uim-commit] r546 - trunk
tkng at freedesktop.org
tkng at freedesktop.org
Sat Feb 5 02:47:24 PST 2005
Author: tkng
Date: 2005-02-05 02:46:56 -0800 (Sat, 05 Feb 2005)
New Revision: 546
Modified:
trunk/configure.ac
Log:
* configure.ac: Fixed a typo. -r545 and this commit is reported by
Konosuke Watanabe. Thanks!
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2005-02-05 10:23:46 UTC (rev 545)
+++ trunk/configure.ac 2005-02-05 10:46:56 UTC (rev 546)
@@ -486,7 +486,7 @@
# GUESS plugins dir for immodule installation
AC_MSG_CHECKING(for qt-immodule plugins dir)
- if test -z "$QTDIR/plugins"; then
+ if test ! -d "$QTDIR/plugins"; then
AC_MSG_RESULT(no)
else
QT_PLUGINSDIR=$QTDIR/plugins
More information about the Uim-commit
mailing list