From 2e0063d4cedb117b55c2be9d5be3d9cd7e50ea70 Mon Sep 17 00:00:00 2001 From: kalashnikovni Date: Fri, 2 Jun 2023 16:28:03 -0300 Subject: [PATCH] [iss-22] --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index bbf359f..56f5abf 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ AX_CXX_COMPILE_STDCXX(17,noext,mandatory) AC_LANG([C++]) # Checks for header files. -AX_BOOST_BASE(["1.74"],[], AC_MSG_ERROR([SBGraph needs boost library.])) +AX_BOOST_BASE(["1.71"],[], AC_MSG_ERROR([SBGraph needs boost library.])) AC_FUNC_ALLOCA AC_CHECK_HEADERS([malloc.h stdlib.h string.h unistd.h])