configure.ac: Revert autotools-auto-updated 2.69 autoconf requirement

Also, autotools reformatted the AC_ARG_ENABLE erroneously as well.
This commit is contained in:
Jeff Garzik 2015-09-16 10:25:51 -04:00
parent ca5e2a1864
commit 0143a1f228
Failed to extract signature

View file

@ -1,5 +1,5 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.69])
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 11)
define(_CLIENT_VERSION_REVISION, 99)
@ -138,7 +138,8 @@ AC_ARG_ENABLE([glibc-back-compat],
[use_glibc_compat=no])
AC_ARG_ENABLE([zmq],
[AS_HELP_STRING([--disable-zmq],[Disable ZMQ notifications])],
[AS_HELP_STRING([--disable-zmq],
[Disable ZMQ notifications])],
[use_zmq=$enableval],
[use_zmq=yes])