[ooo-build-commit] .: configure.in

Lubos Lunak llunak at kemper.freedesktop.org
Wed Oct 6 02:23:59 PDT 2010


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5a76e5226fcc8cae8f4d2cb9ba95f820338035bc
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Wed Oct 6 11:23:11 2010 +0200

    use a KDE4-specific library in the configure check that's not too new

diff --git a/configure.in b/configure.in
index 282a6b5..71de7fb 100644
--- a/configure.in
+++ b/configure.in
@@ -6693,7 +6693,7 @@ if test "$test_kde4" = "yes" -a "$ENABLE_KDE4" = "TRUE" ; then
    qt_test_include="Qt/qobject.h"
    qt_test_library="libQtCore.so"
    kde_test_include="kwindowsystem.h"
-   kde_test_library="libkcmutils.so"
+   kde_test_library="libsolid.so"
    
    AC_MSG_CHECKING([for Qt4 headers])
    qt_header_dir="no"


More information about the ooo-build-commit mailing list