diff options
author | Slávek Banko <[email protected]> | 2013-12-23 13:09:44 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-12-23 13:09:44 +0100 |
commit | 5e72594cfcd72f89b68b3481e51e1cf8799fc366 (patch) | |
tree | 6994ee85e916e24eaf5ee98d73f096e0da7d651a /aclocal.m4 | |
parent | e864bbe9f1cf37e80580834dad1ed6fc7633d2a5 (diff) | |
download | kkbswitch-5e72594cfcd72f89b68b3481e51e1cf8799fc366.tar.gz kkbswitch-5e72594cfcd72f89b68b3481e51e1cf8799fc366.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("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]) |