Revision: 6001 Author: ek.kato Date: Wed Sep 16 19:07:53 2009 Log: * Port r6000 from trunk.
http://code.google.com/p/uim/source/detail?r=6001 Modified: /branches/1.5/configure.ac ======================================= --- /branches/1.5/configure.ac Tue Jun 23 08:38:17 2009 +++ /branches/1.5/configure.ac Wed Sep 16 19:07:53 2009 @@ -1359,7 +1359,10 @@ AC_MSG_CHECKING([whether knotify3 is requested]) if test "x$au_enable_knotify3" = xyes; then AC_MSG_RESULT([yes]) - if test "x$use_qt" = "xyes"; then + if test "x$use_qt4_immodule" = "xyes"; then + AC_MSG_WARN([knotify3 couldn't be used with qt4-immodule enabled]) + use_knotify3="no" + elif test "x$use_qt" = "xyes"; then if test "x$KDE_CONFIG" != "xno"; then KNOTIFY3_PREFIX=`kde-config --prefix` KNOTIFY3_LIB_DIR=`kde-config --expandvars --install lib`
