File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -133,17 +133,17 @@ AC_MSG_RESULT([$enable_isystem])
133133
134134# Check dependencies.
135135# ==============================================================================
136- # Require Boost of at least version 1.57 .0 and output ${boost_CPPFLAGS/LDFLAGS}.
136+ # Require Boost of at least version 1.62 .0 and output ${boost_CPPFLAGS/LDFLAGS}.
137137# ------------------------------------------------------------------------------
138138AS_CASE ( [ ${CC}] , [ *] ,
139- [ AX_BOOST_BASE ( [ 1.57 .0] ,
139+ [ AX_BOOST_BASE ( [ 1.62 .0] ,
140140 [ AC_SUBST ( [ boost_CPPFLAGS] , [ ${BOOST_CPPFLAGS}] )
141141 AC_SUBST ( [ boost_ISYS_CPPFLAGS] , [ `echo ${BOOST_CPPFLAGS} | $SED s/^-I/-isystem/g | $SED s/' -I'/' -isystem'/g`] )
142142 AC_SUBST ( [ boost_LDFLAGS] , [ ${BOOST_LDFLAGS}] )
143143 AC_MSG_NOTICE ( [ boost_CPPFLAGS : ${boost_CPPFLAGS}] )
144144 AC_MSG_NOTICE ( [ boost_ISYS_CPPFLAGS : ${boost_ISYS_CPPFLAGS}] )
145145 AC_MSG_NOTICE ( [ boost_LDFLAGS : ${boost_LDFLAGS}] ) ] ,
146- [ AC_MSG_ERROR ( [ Boost 1.57 .0 or later is required but was not found.] ) ] ) ] )
146+ [ AC_MSG_ERROR ( [ Boost 1.62 .0 or later is required but was not found.] ) ] ) ] )
147147
148148AS_CASE ( [ ${enable_isystem}] ,[ yes] ,
149149 [ AC_SUBST ( [ boost_BUILD_CPPFLAGS] , [ ${boost_ISYS_CPPFLAGS}] ) ] ,
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ BUILD_DIR="build-libbitcoin-database"
3333
3434# Boost archive.
3535# ------------------------------------------------------------------------------
36- BOOST_URL=" http://downloads.sourceforge.net/project/boost/boost/1.57 .0/boost_1_57_0 .tar.bz2"
37- BOOST_ARCHIVE=" boost_1_57_0 .tar.bz2"
36+ BOOST_URL=" http://downloads.sourceforge.net/project/boost/boost/1.62 .0/boost_1_62_0 .tar.bz2"
37+ BOOST_ARCHIVE=" boost_1_62_0 .tar.bz2"
3838
3939
4040# Define utility functions.
You can’t perform that action at this time.
0 commit comments