Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrap
This commit is contained in:
commit
a8bf8b9fc0
2 changed files with 3 additions and 3 deletions
|
@ -6706,9 +6706,9 @@ if test "$test_kde" = "yes" -a "$ENABLE_KDE" = "TRUE" ; then
|
|||
|
||||
dnl What to test
|
||||
qt_test_include="qstyle.h"
|
||||
qt_test_library="libqt-mt.so*"
|
||||
qt_test_library="libqt-mt.so"
|
||||
kde_test_include="kapp.h"
|
||||
kde_test_library="libDCOP.so*"
|
||||
kde_test_library="libDCOP.so"
|
||||
|
||||
dnl Check for Qt3 headers
|
||||
AC_MSG_CHECKING([for Qt3 headers])
|
||||
|
|
|
@ -1099,7 +1099,7 @@ sub rename_directory
|
|||
}
|
||||
else
|
||||
{
|
||||
installer::exiter::exit_program("ERROR: Could not move directory from $olddir to $newdir", "rename_directory");
|
||||
installer::exiter::exit_program("ERROR: Could not move directory from $olddir to $newdir $!", "rename_directory");
|
||||
}
|
||||
|
||||
return $newdir;
|
||||
|
|
Loading…
Reference in a new issue