summaryrefslogtreecommitdiff
path: root/volk/config/lv_configure.m4
diff options
context:
space:
mode:
authorJohnathan Corgan2011-07-08 10:23:31 -0700
committerJohnathan Corgan2011-07-08 10:23:31 -0700
commit666cd2dd6818fb66e538fa52957f3a23d68e7b94 (patch)
tree93a5240422a410d380cf11488097a2a871b8a2be /volk/config/lv_configure.m4
parent5938a37512ec66872adf28b260cb1d2bfefa9602 (diff)
parent9bfe75fd7c6a7069db2d2a98195faabf6ba248e2 (diff)
downloadgnuradio-666cd2dd6818fb66e538fa52957f3a23d68e7b94.tar.gz
gnuradio-666cd2dd6818fb66e538fa52957f3a23d68e7b94.tar.bz2
gnuradio-666cd2dd6818fb66e538fa52957f3a23d68e7b94.zip
Merged jblum/new_volk into master
Diffstat (limited to 'volk/config/lv_configure.m4')
-rw-r--r--[-rwxr-xr-x]volk/config/lv_configure.m48
1 files changed, 0 insertions, 8 deletions
diff --git a/volk/config/lv_configure.m4 b/volk/config/lv_configure.m4
index dfa490cdf..358fba030 100755..100644
--- a/volk/config/lv_configure.m4
+++ b/volk/config/lv_configure.m4
@@ -109,14 +109,6 @@ dnl AM_CONDITIONAL([USE_PYTHON], [test "$with_python" = yes])
AC_CHECK_PROG([XMLTO],[xmlto],[yes],[])
AM_CONDITIONAL([HAS_XMLTO], [test x$XMLTO = xyes])
- dnl Define where to look for cppunit includes and libs
- dnl sets CPPUNIT_CFLAGS and CPPUNIT_LIBS
- dnl Try using pkg-config first, then fall back to cppunit-config.
- PKG_CHECK_EXISTS(cppunit,
- [PKG_CHECK_MODULES(CPPUNIT, cppunit >= 1.9.14)],
- [AM_PATH_CPPUNIT([1.9.14],[],
- [AC_MSG_ERROR([VOLK requires cppunit. Stop])])])
-
dnl PKG_CHECK_MODULES(GNURADIO_CORE, gnuradio-core >= 3)
dnl LIBS="$LIBS $GNURADIO_CORE_LIBS"
])