From 6115671122dca94efce5f541911c0fb76606c1e8 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sat, 24 Sep 2016 05:42:58 -0700 Subject: [PATCH] configure.ac: Boost.DLL is new in 1.61. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6b79393e0..558f5a0a4 100644 --- a/configure.ac +++ b/configure.ac @@ -775,7 +775,7 @@ dnl dnl boost support dnl -BOOST_VERSION_MIN="1.56" +BOOST_VERSION_MIN="1.61" BOOST_BUILT_LIBS="system,filesystem,context,coroutine" AC_MSG_CHECKING([whether you asked to use boost sources included here])