diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-04-29 16:09:56 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-04-29 16:09:56 +0200 |
commit | 55f55ec5db12261bc8f9934c0dbd8f0d4bb08905 (patch) | |
tree | f831928866f74c15bab8a24b35d23c4f055185c6 /build-aux/m4 | |
parent | 5a91043a8c0c30069fb8d37bc8980f6ef22e5e64 (diff) |
qt: disable qt tests when one of the checks for the gui fails
Diffstat (limited to 'build-aux/m4')
-rw-r--r-- | build-aux/m4/bitcoin_qt.m4 | 1 |
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 |