[Libreoffice-commits] .: configure.in

Lubos Lunak llunak at kemper.freedesktop.org
Thu Mar 17 08:09:35 PDT 2011


 configure.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 33efa4a268dd57c77a95047ac048a98ce928bc42
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Thu Mar 17 16:07:27 2011 +0100

    fix qt3/kde3 library finding
    
    Partial revert of b490b1d298960d74be36f9a2c201c702b00bc2b4.
    The linker uses only .so files, not .so.<something>.

diff --git a/configure.in b/configure.in
index fade6b0..e250dc8 100755
--- a/configure.in
+++ b/configure.in
@@ -6757,9 +6757,9 @@ if test "$test_kde" = "yes" -a "$ENABLE_KDE" = "TRUE" ; then
 
     dnl What to test
     qt_test_include="qstyle.h"
-    qt_test_library="libqt-mt.so*"
+    qt_test_library="libqt-mt.so"
     kde_test_include="kapp.h"
-    kde_test_library="libDCOP.so*"
+    kde_test_library="libDCOP.so"
 
     dnl Check for Qt3 headers
     AC_MSG_CHECKING([for Qt3 headers])


More information about the Libreoffice-commits mailing list