summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-12-23 13:09:01 +0100
committerSlávek Banko <slavek.banko@axis.cz>2013-12-23 13:09:01 +0100
commit36723eb4dc0e2ed9e04206a4a581158201be564f (patch)
tree502251e0b4fecacbefd17aad73d4b048556972b2 /aclocal.m4
parentbde237f59a71e14a4cc3817597952d85e521a6e1 (diff)
downloadkcpuload-36723eb4dc0e2ed9e04206a4a581158201be564f.tar.gz
kcpuload-36723eb4dc0e2ed9e04206a4a581158201be564f.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 6252ad1..6fdfcfc 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1647,7 +1647,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([
@@ -1655,7 +1655,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])