Commit 99ca15ca authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Lower boost version requirement to 1.54.0

parent 3651467c
......@@ -337,7 +337,7 @@ AM_CONDITIONAL([HAVE_SPDYLAY], [ test "x${have_spdylay}" = "xyes" ])
# Check Boost Asio library
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
AX_BOOST_ASIO()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment