configure.ac: check for boost/config.hpp header

This commit is contained in:
Neels Hofmeyr 2016-07-05 13:00:18 +02:00 committed by Tom Tsou
parent 1e9801411b
commit 24575a6530
1 changed files with 3 additions and 0 deletions

View File

@ -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 \