Lower boost version requirement to 1.54.0
This commit is contained in:
parent
3651467c71
commit
99ca15cae0
|
@ -337,7 +337,7 @@ AM_CONDITIONAL([HAVE_SPDYLAY], [ test "x${have_spdylay}" = "xyes" ])
|
||||||
# Check Boost Asio library
|
# Check Boost Asio library
|
||||||
have_asio_lib=no
|
have_asio_lib=no
|
||||||
|
|
||||||
AX_BOOST_BASE([1.55.0], [have_boost_base=yes], [have_boost_base=no])
|
AX_BOOST_BASE([1.54.0], [have_boost_base=yes], [have_boost_base=no])
|
||||||
|
|
||||||
if test "x${have_boost_base}" = "xyes"; then
|
if test "x${have_boost_base}" = "xyes"; then
|
||||||
AX_BOOST_ASIO()
|
AX_BOOST_ASIO()
|
||||||
|
|
Loading…
Reference in New Issue