diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2010-10-15 19:48:24 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2010-10-15 19:48:24 +0200 |
commit | 67644e1a8012f9b8280e721d8983769225c2e023 (patch) | |
tree | 705c23cbc196f32d38483160c0243ed9b028b956 /configure.in | |
parent | cbc4cd4fdb946b1e6fbd474c98ab62f8d9cb5a1b (diff) |
check for KDE3-specific files in the KDE3 configure check
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 89562460da81..636515eae393 100644 --- a/configure.in +++ b/configure.in @@ -6566,8 +6566,8 @@ 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" - kde_test_include="ksharedptr.h" - kde_test_library="libkdeui.so" + kde_test_include="kapp.h" + kde_test_library="libDCOP.so" dnl Check for Qt headers AC_MSG_CHECKING([for Qt headers]) |