0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-18 09:58:22 +02:00

configure.ac: Boost.DLL is new in 1.61.

This commit is contained in:
Jason Volk 2016-09-24 05:42:58 -07:00
parent b090f2d3e4
commit 6115671122

View file

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