summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2018-10-15 10:14:40 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-15 18:52:26 +0000
commitdb27894204a630a675b74aab8021ca5d5d8c45b2 (patch)
treed20bfe942689930e29c736fdc5e67a7fdaf91523 /configure.ac
parenta493615230bd5e00d8bc5345f556a884448540cb (diff)
downloadphosphor-objmgr-db27894204a630a675b74aab8021ca5d5d8c45b2.tar.gz
phosphor-objmgr-db27894204a630a675b74aab8021ca5d5d8c45b2.zip
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 891e73b..fdb1eed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,6 +36,7 @@ AC_CHECK_HEADER(systemd/sd-bus.h, ,[AC_MSG_ERROR([Could not find systemd/sd-bus.
# 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])
OpenPOWER on IntegriCloud