summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-11-14 14:44:09 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-11-14 14:44:09 +0100
commit2ba0bcee8b4b3c0ace3d70bae07d8d5d3152da95 (patch)
tree7d1455411335efeb17779b72ab05fe86605888af /configure.ac
parentcf46de6e9faa6628650217f53bae72059475c63e (diff)
downloaddabmod-2ba0bcee8b4b3c0ace3d70bae07d8d5d3152da95.tar.gz
dabmod-2ba0bcee8b4b3c0ace3d70bae07d8d5d3152da95.tar.bz2
dabmod-2ba0bcee8b4b3c0ace3d70bae07d8d5d3152da95.zip
Remove Makefile.am UHD check
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7f7ad0a..005b1fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -129,8 +129,6 @@ AS_IF([test "x$enable_output_uhd" = "xyes"],
[AC_DEFINE(HAVE_OUTPUT_UHD, [1], [Define if UHD output is enabled]) ,
AC_CHECK_LIB([uhd], [main], [], [AC_MSG_ERROR([library uhd is missing])])])
-AM_CONDITIONAL([HAVE_OUTPUT_UHD_TEST], [test "x$enable_output_uhd" = "xyes"])
-
AX_BOOST_BASE([1.41.0], [], AC_MSG_ERROR([BOOST 1.41 or later is required]))
AC_CHECK_LIB([boost_system], [main], [], [AC_MSG_ERROR([library boost_system is missing])])
AC_CHECK_LIB([boost_thread], [main], [], [AC_MSG_ERROR([library boost_thread is missing])])