0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-17 09:28:21 +02:00

configure.ac: Bump boost min version to 1.62 for now.

This commit is contained in:
Jason Volk 2017-09-08 02:21:03 -07:00
parent 7baac31cc7
commit 80f1d30505

View file

@ -579,7 +579,7 @@ dnl
dnl boost support
dnl
BOOST_VERSION_MIN="1.61"
BOOST_VERSION_MIN="1.62"
BOOST_BUILT_LIBS="system,filesystem,context,coroutine"
AC_MSG_CHECKING([whether you asked to use boost sources included here])