mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 02:20:53 +00:00
build: remove additional "ok" in configure
This commit is contained in:
parent
07b45cad8e
commit
a949e0505e
@ -740,7 +740,7 @@ dnl Minimum required Boost version
|
|||||||
define(MINIMUM_REQUIRED_BOOST, 1.60.0)
|
define(MINIMUM_REQUIRED_BOOST, 1.60.0)
|
||||||
|
|
||||||
dnl Check for boost libs
|
dnl Check for boost libs
|
||||||
AX_BOOST_BASE([MINIMUM_REQUIRED_BOOST], AC_MSG_RESULT(ok), AC_MSG_ERROR(Need at least boost 1.60.0))
|
AX_BOOST_BASE([MINIMUM_REQUIRED_BOOST], , AC_MSG_ERROR(Need at least boost 1.60.0))
|
||||||
|
|
||||||
dnl As of boost 1.69.0, boost_system is header-only and
|
dnl As of boost 1.69.0, boost_system is header-only and
|
||||||
dnl as of version 1.89.0 it is fully removed.
|
dnl as of version 1.89.0 it is fully removed.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user