Lower boost version requirement to 1.54.0

This commit is contained in:
Tatsuhiro Tsujikawa 2014-09-24 21:07:37 +09:00
parent 3651467c71
commit 99ca15cae0
1 changed files with 1 additions and 1 deletions

View File

@ -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()