diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-12-23 13:10:09 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-12-23 13:10:09 +0100 |
commit | 7670871779689a6e555af4d044d1d87077c8008b (patch) | |
tree | 628e40361b5761b100ef4f94d4bc85971210e0a1 /aclocal.m4 | |
parent | d35cb5859f7d00bf41fc405b734f1f0b8a218627 (diff) | |
download | knowit-7670871779689a6e555af4d044d1d87077c8008b.tar.gz knowit-7670871779689a6e555af4d044d1d87077c8008b.zip |
Rename kdewidgets => tdewidgets
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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]) |