Skip to content

Commit 6e2a371

Browse files
authored
Merge pull request #224 from pmienk/version3
Regenerate artifacts.
2 parents caa92e9 + 981c916 commit 6e2a371

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,17 +122,17 @@ AC_MSG_RESULT([$enable_isystem])
122122

123123
# Check dependencies.
124124
#==============================================================================
125-
# Require Boost of at least version 1.57.0 and output ${boost_CPPFLAGS/LDFLAGS}.
125+
# Require Boost of at least version 1.62.0 and output ${boost_CPPFLAGS/LDFLAGS}.
126126
#------------------------------------------------------------------------------
127127
AS_CASE([${CC}], [*],
128-
[AX_BOOST_BASE([1.57.0],
128+
[AX_BOOST_BASE([1.62.0],
129129
[AC_SUBST([boost_CPPFLAGS], [${BOOST_CPPFLAGS}])
130130
AC_SUBST([boost_ISYS_CPPFLAGS], [`echo ${BOOST_CPPFLAGS} | $SED s/^-I/-isystem/g | $SED s/' -I'/' -isystem'/g`])
131131
AC_SUBST([boost_LDFLAGS], [${BOOST_LDFLAGS}])
132132
AC_MSG_NOTICE([boost_CPPFLAGS : ${boost_CPPFLAGS}])
133133
AC_MSG_NOTICE([boost_ISYS_CPPFLAGS : ${boost_ISYS_CPPFLAGS}])
134134
AC_MSG_NOTICE([boost_LDFLAGS : ${boost_LDFLAGS}])],
135-
[AC_MSG_ERROR([Boost 1.57.0 or later is required but was not found.])])])
135+
[AC_MSG_ERROR([Boost 1.62.0 or later is required but was not found.])])])
136136

137137
AS_CASE([${enable_isystem}],[yes],
138138
[AC_SUBST([boost_BUILD_CPPFLAGS], [${boost_ISYS_CPPFLAGS}])],

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ BUILD_DIR="build-libbitcoin-network"
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.

0 commit comments

Comments
 (0)