aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTom Tsou <tom.tsou@ettus.com>2015-08-21 19:21:28 -0700
committerTom Tsou <tom.tsou@ettus.com>2015-08-21 19:29:38 -0700
commitd4d3daa12ea5491f4b6ba03805d4a2d3f068bc11 (patch)
tree8322b2138a50f1232c3e291241d879b7c5aa2ef9 /configure.ac
parentc312905f43bb120450c33d9a80bc35771d598fc6 (diff)
uhd: Use internal UHD tick conversions
UHD handles built in tick and floating point timestamp conversion since version 003.005.004. This removes the need for separate UHD timespec to tick conversion. Signed-off-by: Tom Tsou <tom.tsou@ettus.com>
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 0e35e36..6c6ca2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,7 +99,7 @@ AS_IF([test "x$with_usrp1" = "xyes"], [
AS_IF([test "x$with_usrp1" != "xyes"],[
PKG_CHECK_MODULES(UHD, uhd >= 003.009,
[AC_DEFINE(USE_UHD_3_9, 1, UHD version 3.9.0 or higher)],
- [PKG_CHECK_MODULES(UHD, uhd >= 003.004.000)]
+ [PKG_CHECK_MODULES(UHD, uhd >= 003.005.004)]
)
AC_DEFINE(USE_UHD, 1, All UHD versions)
])