diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-12-11 15:00:56 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-11 12:36:20 +0100 |
commit | b7f4b6d35da7b63529a728eb9333fe424b2a5c6d (patch) | |
tree | 6a0820ae13a8131ce3a0e2e0acf3754089b88ba3 /configure.ac | |
parent | ec41342e3dea6e2137a0fc17288e2be77710a631 (diff) |
GUI for --disable-wallet compiles and -disablewallet mode
There is not much in the GUI to be done without wallet,
though it's possible to change options, watch the sync process,
and use the debug console.
So embed the debug console in the main window.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 11a9a3118e..82f489a06d 100644 --- a/configure.ac +++ b/configure.ac @@ -567,9 +567,6 @@ if test x$bitcoin_enable_qt != xno; then AC_MSG_ERROR("QT Test lib not found. Use --disable-tests or --without-qt.") fi fi - if test x$enable_wallet == xno; then - AC_MSG_ERROR([Cannot currently build Qt GUI with wallet disabled. Use --without-qt.]) - fi fi if test x$use_tests = xyes; then |