aboutsummaryrefslogtreecommitdiff
path: root/src/m4
diff options
context:
space:
mode:
authorrandy-waterhouse <noone@yodasan>2014-08-16 16:48:24 +1200
committerrandy-waterhouse <noone@yodasan>2014-08-17 20:22:12 +1200
commitc101c7690706c962944570fe5efe9975bf740a53 (patch)
tree65fc4507d0d9b10a31fed452b961a47a62c65c7a /src/m4
parentb3ec053082c96233512c076eebc486b16a317b91 (diff)
downloadbitcoin-c101c7690706c962944570fe5efe9975bf740a53.tar.xz
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.m44
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