aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-04-29 16:09:56 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-04-29 16:09:56 +0200
commit55f55ec5db12261bc8f9934c0dbd8f0d4bb08905 (patch)
treef831928866f74c15bab8a24b35d23c4f055185c6 /build-aux
parent5a91043a8c0c30069fb8d37bc8980f6ef22e5e64 (diff)
downloadbitcoin-55f55ec5db12261bc8f9934c0dbd8f0d4bb08905.tar.xz
qt: disable qt tests when one of the checks for the gui fails
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/m4/bitcoin_qt.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/m4/bitcoin_qt.m4 b/build-aux/m4/bitcoin_qt.m4
index 2a72262653..570ccb8b6f 100644
--- a/build-aux/m4/bitcoin_qt.m4
+++ b/build-aux/m4/bitcoin_qt.m4
@@ -6,6 +6,7 @@ AC_DEFUN([BITCOIN_QT_FAIL],[
AC_MSG_WARN([$1; bitcoin-qt frontend will not be built])
fi
bitcoin_enable_qt=no
+ bitcoin_enable_qt_test=no
else
AC_MSG_ERROR([$1])
fi