mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 05:23:01 +01:00
Merge #8920: Set minimum required Boost to 1.47.0
6dd3723
Set minimum required Boost to 1.47.0 (fanquake)282abd8
[build-aux] Boost_Base serial 27 (fanquake)
This commit is contained in:
commit
c901113144
@ -33,7 +33,7 @@
|
|||||||
# and this notice are preserved. This file is offered as-is, without any
|
# and this notice are preserved. This file is offered as-is, without any
|
||||||
# warranty.
|
# warranty.
|
||||||
|
|
||||||
#serial 26
|
#serial 27
|
||||||
|
|
||||||
AC_DEFUN([AX_BOOST_BASE],
|
AC_DEFUN([AX_BOOST_BASE],
|
||||||
[
|
[
|
||||||
@ -96,7 +96,7 @@ if test "x$want_boost" = "xyes"; then
|
|||||||
libsubdirs="lib64 libx32 lib lib64"
|
libsubdirs="lib64 libx32 lib lib64"
|
||||||
;;
|
;;
|
||||||
ppc64|s390x|sparc64|aarch64|ppc64le)
|
ppc64|s390x|sparc64|aarch64|ppc64le)
|
||||||
libsubdirs="lib64 lib lib64 ppc64le"
|
libsubdirs="lib64 lib lib64"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
@ -589,8 +589,11 @@ fi
|
|||||||
|
|
||||||
if test x$use_boost = xyes; then
|
if test x$use_boost = xyes; then
|
||||||
|
|
||||||
|
dnl Minimum required Boost version
|
||||||
|
define(MINIMUM_REQUIRED_BOOST, 1.47.0)
|
||||||
|
|
||||||
dnl Check for boost libs
|
dnl Check for boost libs
|
||||||
AX_BOOST_BASE
|
AX_BOOST_BASE([MINIMUM_REQUIRED_BOOST])
|
||||||
AX_BOOST_SYSTEM
|
AX_BOOST_SYSTEM
|
||||||
AX_BOOST_FILESYSTEM
|
AX_BOOST_FILESYSTEM
|
||||||
AX_BOOST_PROGRAM_OPTIONS
|
AX_BOOST_PROGRAM_OPTIONS
|
||||||
|
Loading…
Reference in New Issue
Block a user