mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-05-13 20:45:48 +02:00
make clean before running test for Qt DBus framework
This commit is contained in:
@@ -283,7 +283,8 @@ AC_MSG_CHECKING(QT DBus framework)
|
|||||||
test -n "$QMAKESPEC" && C="$C -spec $QMAKESPEC "
|
test -n "$QMAKESPEC" && C="$C -spec $QMAKESPEC "
|
||||||
$QMAKE $C qtdbus_test.pro || exit 1
|
$QMAKE $C qtdbus_test.pro || exit 1
|
||||||
test -f Makefile || 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
|
if test $? -eq 0; then
|
||||||
HAVE_QTDBUS="1"
|
HAVE_QTDBUS="1"
|
||||||
|
|||||||
Reference in New Issue
Block a user