From 57993e3e4817dd690394af7a1bb9f58c2a92a135 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Wed, 4 Jan 2017 14:22:24 +0100 Subject: Support for UHD SDR interface --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cb4dbdb..58543f3 100644 --- a/configure.ac +++ b/configure.ac @@ -27,6 +27,8 @@ AC_CANONICAL_HOST PKG_CHECK_MODULES(ALSA, alsa >= 1.0) have_sdr=no +PKG_CHECK_MODULES(UHD, uhd >= 3.0.0, have_sdr=yes have_uhd=yes, have_uhd=no) +AM_CONDITIONAL(HAVE_UHD, test "x$have_uhd" == "xyes" ) AM_CONDITIONAL(HAVE_SDR, test "x$have_sdr" == "xyes" ) AC_OUTPUT( -- cgit v1.2.1