Revision: 6009
Author: ek.kato
Date: Fri Sep 25 08:58:23 2009
Log: * configure.ac (KDE_CONFIG) : Check kde4-config, in addition to
  kde-config.

http://code.google.com/p/uim/source/detail?r=6009

Modified:
 /trunk/configure.ac

=======================================
--- /trunk/configure.ac Fri Sep 25 08:52:02 2009
+++ /trunk/configure.ac Fri Sep 25 08:58:23 2009
@@ -1253,7 +1253,7 @@
     AC_SUBST(UIM_QT_LDFLAGS)
 fi

-AC_PATH_PROG(KDE_CONFIG, [kde-config], [no])
+AC_PATH_PROGS(KDE_CONFIG, [kde-config kde4-config], [no])
 if test "x$use_qt" = "xyes" || test "x$use_qt4" = "xyes"; then
     if test "x$KDE_CONFIG" != "xno"; then
        KDE_ICONDIR=`$KDE_CONFIG --expandvars --install icon`

Reply via email to