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:
parent
ca5e2a1864
commit
0143a1f228
1 changed files with 3 additions and 2 deletions
|
@ -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])
|
||||
|
||||
|
|
Loading…
Reference in a new issue