From 1afb84314b8b735ee8993bf69fb9bdf15f4fac42 Mon Sep 17 00:00:00 2001 From: paveljanik Date: Wed, 30 Sep 2015 08:40:20 +0200 Subject: [PATCH] [Trivial] start the help texts with lowercase 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 73a414b9c..316373f53 100644 --- a/configure.ac +++ b/configure.ac @@ -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])