Skip to content

Commit 0143a1f

Browse files
author
Jeff Garzik
committed
configure.ac: Revert autotools-auto-updated 2.69 autoconf requirement
Also, autotools reformatted the AC_ARG_ENABLE erroneously as well.
1 parent ca5e2a1 commit 0143a1f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

configure.ac

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
2-
AC_PREREQ([2.69])
2+
AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 0)
44
define(_CLIENT_VERSION_MINOR, 11)
55
define(_CLIENT_VERSION_REVISION, 99)
@@ -138,7 +138,8 @@ AC_ARG_ENABLE([glibc-back-compat],
138138
[use_glibc_compat=no])
139139

140140
AC_ARG_ENABLE([zmq],
141-
[AS_HELP_STRING([--disable-zmq],[Disable ZMQ notifications])],
141+
[AS_HELP_STRING([--disable-zmq],
142+
[Disable ZMQ notifications])],
142143
[use_zmq=$enableval],
143144
[use_zmq=yes])
144145

0 commit comments

Comments
 (0)