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:
parent
a760aa3892
commit
a2cbfe0c00
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user