From 80f1d305057769795d76883cf4c5cdba2a02f6c7 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Fri, 8 Sep 2017 02:21:03 -0700 Subject: [PATCH] configure.ac: Bump boost min version to 1.62 for now. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a6246ae12..1271091d0 100644 --- a/configure.ac +++ b/configure.ac @@ -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])