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

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])