summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-12-23 13:09:44 +0100
committerSlávek Banko <slavek.banko@axis.cz>2013-12-23 13:09:44 +0100
commit5e72594cfcd72f89b68b3481e51e1cf8799fc366 (patch)
tree6994ee85e916e24eaf5ee98d73f096e0da7d651a /aclocal.m4
parente864bbe9f1cf37e80580834dad1ed6fc7633d2a5 (diff)
downloadkkbswitch-5e72594cfcd72f89b68b3481e51e1cf8799fc366.tar.gz
kkbswitch-5e72594cfcd72f89b68b3481e51e1cf8799fc366.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 0b353b8..67ab480 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("kde3/plugins/designer/kdewidgets.la", $kde_libdirs, kde_widgetdir)
+AC_FIND_FILE("kde3/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/kde3/plugins/designer/kdewidgets.la"; then
+if test -n "$kde_widgetdir" && test ! -r "$kde_widgetdir/kde3/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])