Merge pull request #6739

96106f0 [Trivial] start the help texts with lowercase (paveljanik)
This commit is contained in:
Wladimir J. van der Laan 2015-10-01 22:47:03 +02:00
commit 19c7186425
No known key found for this signature in database
GPG key ID: 74810B012346C9A6

View file

@ -139,7 +139,7 @@ AC_ARG_ENABLE([glibc-back-compat],
AC_ARG_ENABLE([zmq],
[AS_HELP_STRING([--disable-zmq],
[Disable ZMQ notifications])],
[disable ZMQ notifications])],
[use_zmq=$enableval],
[use_zmq=yes])