]> Git Repo - VerusCoin.git/commitdiff
[Trivial] start the help texts with lowercase
authorpaveljanik <[email protected]>
Wed, 30 Sep 2015 06:40:20 +0000 (08:40 +0200)
committerJack Grigg <[email protected]>
Wed, 8 Feb 2017 22:10:42 +0000 (22:10 +0000)
Zcash: Also include AC_HELP_STRING -> AS_HELP_STRING (ostensibly from merging
bitcoin/bitcoin#6317 but the change only occurs in the merge commit
ca5e2a18648cdc0f2a756e7d549f509adce25b00, not the PR itself).

configure.ac

index 73a414b9ce1ba22fbc8112fcf25d6d7304080b93..316373f5388b03da58609c75c579041ee60f1a27 100644 (file)
@@ -151,8 +151,8 @@ AC_ARG_ENABLE([glibc-back-compat],
   [use_glibc_compat=no])
 
 AC_ARG_ENABLE([zmq],
-  [AC_HELP_STRING([--disable-zmq],
-  [Disable ZMQ notifications])],
+  [AS_HELP_STRING([--disable-zmq],
+  [disable ZMQ notifications])],
   [use_zmq=$enableval],
   [use_zmq=yes])
 
This page took 0.026277 seconds and 4 git commands to generate.