1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-19 17:57:22 +01:00

make clean before running test for Qt DBus framework

This commit is contained in:
Vadim Kurland 2009-11-17 18:04:12 +00:00
parent a760aa3892
commit a2cbfe0c00
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
#define BUILD_NUM 1783
#define BUILD_NUM 1788

View File

@ -283,7 +283,8 @@ AC_MSG_CHECKING(QT DBus framework)
test -n "$QMAKESPEC" && C="$C -spec $QMAKESPEC "
$QMAKE $C qtdbus_test.pro || exit 1
test -f Makefile || exit 1
make >config.log 2>&1
make clean >config.log 2>&1
make >>config.log 2>&1
)
if test $? -eq 0; then
HAVE_QTDBUS="1"