0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-27 19:28:52 +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 support
dnl dnl
BOOST_VERSION_MIN="1.61" BOOST_VERSION_MIN="1.62"
BOOST_BUILT_LIBS="system,filesystem,context,coroutine" BOOST_BUILT_LIBS="system,filesystem,context,coroutine"
AC_MSG_CHECKING([whether you asked to use boost sources included here]) AC_MSG_CHECKING([whether you asked to use boost sources included here])