|
|
@ -1758,7 +1758,7 @@ ac_kde_libraries="$kde_libdir"
|
|
|
|
|
|
|
|
|
|
|
|
kde_widgetdir=NO
|
|
|
|
kde_widgetdir=NO
|
|
|
|
dnl this might be somewhere else
|
|
|
|
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
|
|
|
|
if test -n "$ac_kde_libraries" && test ! -r "$ac_kde_libraries/$kde_check_lib"; then
|
|
|
|
AC_MSG_ERROR([
|
|
|
|
AC_MSG_ERROR([
|
|
|
@ -1766,7 +1766,7 @@ in the prefix, you've chosen, are no KDE libraries installed. This will fail.
|
|
|
|
So, check this please and use another prefix!])
|
|
|
|
So, check this please and use another prefix!])
|
|
|
|
fi
|
|
|
|
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([
|
|
|
|
AC_MSG_ERROR([
|
|
|
|
I can't find the designer plugins. These are required and should have been installed
|
|
|
|
I can't find the designer plugins. These are required and should have been installed
|
|
|
|
by tdelibs])
|
|
|
|
by tdelibs])
|
|
|
|