mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-03 12:13:01 +02:00
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:
@@ -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])
|
||||
|
||||
|
Reference in New Issue
Block a user