From 24575a6530a5b0d451611f07cf660f3c93e93a13 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 5 Jul 2016 13:00:18 +0200 Subject: configure.ac: check for boost/config.hpp header --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') 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 \ -- cgit v1.2.3