summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-12-23 13:11:04 +0100
committerSlávek Banko <slavek.banko@axis.cz>2013-12-23 13:11:04 +0100
commit467e7aee654d69066e6cf6f31f511fe622ddeb77 (patch)
treea87619d5d4f0a9958d3381fb6cb198daf00ffcfb /aclocal.m4
parentf79362645dbf2ed02473c53be677f6dd2c1f68d0 (diff)
downloadksystemlog-467e7aee654d69066e6cf6f31f511fe622ddeb77.tar.gz
ksystemlog-467e7aee654d69066e6cf6f31f511fe622ddeb77.zip
Rename kdewidgets => tdewidgets
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index d514a32..11e77d7 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1770,7 +1770,7 @@ ac_kde_libraries="$kde_libdir"
kde_widgetdir=NO
dnl this might be somewhere else
-AC_FIND_FILE("trinity/plugins/designer/kdewidgets.la", $kde_libdirs, kde_widgetdir)
+AC_FIND_FILE("trinity/plugins/designer/tdewidgets.la", $kde_libdirs, kde_widgetdir)
if test -n "$ac_kde_libraries" && test ! -r "$ac_kde_libraries/$kde_check_lib"; then
AC_MSG_ERROR([
@@ -1778,7 +1778,7 @@ in the prefix, you've chosen, are no KDE libraries installed. This will fail.
So, check this please and use another prefix!])
fi
-if test -n "$kde_widgetdir" && test ! -r "$kde_widgetdir/trinity/plugins/designer/kdewidgets.la"; then
+if test -n "$kde_widgetdir" && test ! -r "$kde_widgetdir/trinity/plugins/designer/tdewidgets.la"; then
AC_MSG_ERROR([
I can't find the designer plugins. These are required and should have been installed
by tdelibs])