diff options
author | randy-waterhouse <noone@yodasan> | 2014-08-16 16:48:24 +1200 |
---|---|---|
committer | randy-waterhouse <noone@yodasan> | 2014-08-17 20:22:12 +1200 |
commit | c101c7690706c962944570fe5efe9975bf740a53 (patch) | |
tree | 65fc4507d0d9b10a31fed452b961a47a62c65c7a /src/m4 | |
parent | b3ec053082c96233512c076eebc486b16a317b91 (diff) |
build: Add --with-utils (bitcoin-cli and bitcoin-tx, default=yes).
Help string consistency tweaks. Target sanity check fix.
Diffstat (limited to 'src/m4')
-rw-r--r-- | src/m4/bitcoin_qt.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/m4/bitcoin_qt.m4 b/src/m4/bitcoin_qt.m4 index 4c1d40c394..27000ecbac 100644 --- a/src/m4/bitcoin_qt.m4 +++ b/src/m4/bitcoin_qt.m4 @@ -48,8 +48,8 @@ dnl CAUTION: Do not use this inside of a conditional. AC_DEFUN([BITCOIN_QT_INIT],[ dnl enable qt support AC_ARG_WITH([gui], - [AS_HELP_STRING([--with-gui], - [with GUI (no|qt4|qt5|auto. default is auto, qt4 tried first.)])], + [AS_HELP_STRING([--with-gui@<:@=no|qt4|qt5|auto@:>@], + [build bitcoin-qt GUI (default=auto, qt4 tried first)])], [ bitcoin_qt_want_version=$withval if test x$bitcoin_qt_want_version = xyes; then |