summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Blum2011-02-10 14:31:40 -0800
committerJosh Blum2011-02-10 14:31:40 -0800
commite96d9617fdaf5b83e9711b924decebbefacabd15 (patch)
treef245c6784d27f8aba0e772122e82013dcaa5fbf8
parent8c1ff29bf925728b323f7036ca4ab09fec5e18df (diff)
downloadgnuradio-e96d9617fdaf5b83e9711b924decebbefacabd15.tar.gz
gnuradio-e96d9617fdaf5b83e9711b924decebbefacabd15.tar.bz2
gnuradio-e96d9617fdaf5b83e9711b924decebbefacabd15.zip
uhd: incremented compat number for new api support
-rw-r--r--config/grc_gr_uhd.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/config/grc_gr_uhd.m4 b/config/grc_gr_uhd.m4
index 2c0c9064e..030b15155 100644
--- a/config/grc_gr_uhd.m4
+++ b/config/grc_gr_uhd.m4
@@ -26,8 +26,8 @@ AC_DEFUN([GRC_GR_UHD],[
if test $passed = yes; then
dnl Don't do gr-uhd if the 'uhd' package is not installed
PKG_CHECK_MODULES(
- [UHD], [uhd >= 2.0.0 uhd < 3.0.0], [],
- [passed=no; AC_MSG_RESULT([gr-uhd requires libuhd 2.x.x])]
+ [UHD], [uhd >= 3.0.0 uhd < 4.0.0], [],
+ [passed=no; AC_MSG_RESULT([gr-uhd requires libuhd 3.x.x])]
)
UHD_CPPFLAGS="${UHD_CPPFLAGS} -I\${abs_top_srcdir}/gr-uhd/include"
AC_SUBST(UHD_CPPFLAGS)