[PATCH 2/2] configure.ac: check for boost/config.hpp header

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Neels Hofmeyr nhofmeyr at sysmocom.de
Tue Jun 28 11:30:21 UTC 2016


From: Neels Hofmeyr <neels at hofmeyr.de>

---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index 6c6ca2e..06423b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -119,6 +119,9 @@ AM_CONDITIONAL(ARCH_ARM_A15, [test "x$with_neon_vfpv4" = "xyes"])
 
 PKG_CHECK_MODULES(LIBUSB, libusb-1.0)
 
+AC_CHECK_HEADER([boost/config.hpp],[],
+    [AC_MSG_ERROR([boost/config.hpp not found, install e.g. libboost-all-dev])])
+
 dnl Output files
 AC_CONFIG_FILES([\
     Makefile \
-- 
2.1.4




More information about the OpenBSC mailing list