summaryrefslogtreecommitdiff
path: root/volk/config
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2010-12-08 17:00:38 -0500
committerTom Rondeau <trondeau@vt.edu>2010-12-08 17:00:38 -0500
commit1cc88091470dd4654b6936cda92d81841e135209 (patch)
treebbf2b7c4b3fa7746a301146143cef02099d376d6 /volk/config
parent46d55649012e4fb2838a6f8e9f3c9226ea8b2d50 (diff)
volk: more changes to build system so that VPATH builds properly and project makes distcheck.
Diffstat (limited to 'volk/config')
-rw-r--r--volk/config/lv_configure.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/volk/config/lv_configure.m4 b/volk/config/lv_configure.m4
index efcec5d3e8..c7a5fe960c 100644
--- a/volk/config/lv_configure.m4
+++ b/volk/config/lv_configure.m4
@@ -111,7 +111,7 @@ dnl AM_CONDITIONAL([USE_PYTHON], [test "$with_python" = yes])
PKG_CHECK_EXISTS(cppunit,
[PKG_CHECK_MODULES(CPPUNIT, cppunit >= 1.9.14)],
[AM_PATH_CPPUNIT([1.9.14],[],
- [AC_MSG_ERROR([LIBVECTOR requires cppunit. Stop])])])
+ [AC_MSG_ERROR([VOLK requires cppunit. Stop])])])
dnl PKG_CHECK_MODULES(GNURADIO_CORE, gnuradio-core >= 3)
dnl LIBS="$LIBS $GNURADIO_CORE_LIBS"