aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Huemer <alexander.huemer@xx.vu>2018-01-12 15:04:02 +0100
committerAlexander Huemer <alexander.huemer@xx.vu>2018-01-20 23:24:20 +0100
commit6fafd33b13e82a75fc4eb04ac5aefcf3e5fbbd3e (patch)
tree95458a3ccdda65cdbcf3d806b76783e888d17532 /configure.ac
parent6e55d5174797465e8fd51ffad053f9200f0ce215 (diff)
Unbreak `./configure --with-usrp1` build
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5cee4a6..7d26ced 100644
--- a/configure.ac
+++ b/configure.ac
@@ -113,7 +113,6 @@ AS_IF([test "x$with_usrp1" != "xyes"],[
)]
)
AC_DEFINE(USE_UHD, 1, All UHD versions)
- PKG_CHECK_MODULES(FFTWF, fftw3f)
])
AS_IF([test "x$with_singledb" = "xyes"], [
@@ -160,6 +159,7 @@ AM_CONDITIONAL(ARCH_ARM, [test "x$with_neon" = "xyes" || test "x$with_neon_vfpv4
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])])