aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 37b70fa..2ce4462 100644
--- a/configure.ac
+++ b/configure.ac
@@ -155,6 +155,8 @@ AS_IF([test "x$with_neon_vfpv4" = "xyes"], [
])
AS_IF([test "x$with_usrp1" = "xyes"], [
+ AC_CHECK_HEADER([boost/config.hpp],[],
+ [AC_MSG_ERROR([boost/config.hpp not found, install e.g. libboost-dev])])
PKG_CHECK_MODULES(USRP, usrp >= 3.3)
])
@@ -234,9 +236,6 @@ AM_CONDITIONAL(ARCH_ARM_A15, [test "x$with_neon_vfpv4" = "xyes"])
PKG_CHECK_MODULES(LIBUSB, libusb-1.0)
PKG_CHECK_MODULES(FFTWF, fftw3f)
-AC_CHECK_HEADER([boost/config.hpp],[],
- [AC_MSG_ERROR([boost/config.hpp not found, install e.g. libboost-dev])])
-
# Generate manuals
AC_ARG_ENABLE(manuals,
[AS_HELP_STRING(