Add configure check for boost library
605206314f added use of flat_map/set and some boost algorithm.
Change-Id: I63465542fb3b9c02e2890ff52ebdd3fd0e4c6e01
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/configure.ac b/configure.ac
index 891e73b..fdb1eed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,6 +36,7 @@
# Checks for typedefs, structures, and compiler characteristics.
AX_CXX_COMPILE_STDCXX_17([noext])
AX_APPEND_COMPILE_FLAGS([-fpic -Wall -Werror], [CFLAGS CXXFLAGS])
+AX_BOOST_BASE([1.66],, [AC_MSG_ERROR(["Requires boost."])])
# Checks for library functions.
LT_INIT([disable-static shared])