From d941ba31677804fe382d76fca17fc044d12777f5 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 26 Apr 2011 21:41:34 -0700 Subject: volk: removed cppunit from the build (not used anymore) --- volk/config/lv_configure.m4 | 8 -------- 1 file changed, 8 deletions(-) mode change 100755 => 100644 volk/config/lv_configure.m4 (limited to 'volk/config/lv_configure.m4') diff --git a/volk/config/lv_configure.m4 b/volk/config/lv_configure.m4 old mode 100755 new mode 100644 index dfa490cdf..358fba030 --- 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" ]) -- cgit