aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-07-05 13:00:18 +0200
committerTom Tsou <tom.tsou@ettus.com>2016-07-05 15:43:19 -0700
commit24575a6530a5b0d451611f07cf660f3c93e93a13 (patch)
treecc249ea86cafa452169b6e9dc40e1a1058964e69
parent1e9801411b25f8efa3823da246cfc5832b0f3d69 (diff)
configure.ac: check for boost/config.hpp header
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ad6bf9a..7e394c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -120,6 +120,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-dev])])
+
dnl Output files
AC_CONFIG_FILES([\
Makefile \