From 0143a1f228c3447ae2e025c697b0ad53a0d8d306 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Wed, 16 Sep 2015 10:25:51 -0400 Subject: configure.ac: Revert autotools-auto-updated 2.69 autoconf requirement Also, autotools reformatted the AC_ARG_ENABLE erroneously as well. --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4bd28c85db..f0e0a74fe6 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- cgit v1.2.3