summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/ax_boost_base.m42
-rw-r--r--config/grc_gnuradio_examples.m41
2 files changed, 1 insertions, 2 deletions
diff --git a/config/ax_boost_base.m4 b/config/ax_boost_base.m4
index e9d42ee9a..f2a7f6e83 100644
--- a/config/ax_boost_base.m4
+++ b/config/ax_boost_base.m4
@@ -305,7 +305,7 @@ dnl $2 is AC_LANG_PROGRAM argument 1
dnl $3 is AC_LANG_PROGRAM argument 2
dnl $4 is cv variable name. E.g., ax_cv_boost_thread
AC_DEFUN([_AX_BOOST_CHECK_],[
- _AX_BOOST_WITH($1)
+ _AX_BOOST_WITH([$1])
if test "$want_boost" = "yes"; then
AC_REQUIRE([AC_PROG_CC])
AC_REQUIRE([AC_PROG_CXX])
diff --git a/config/grc_gnuradio_examples.m4 b/config/grc_gnuradio_examples.m4
index 9a32e5ab9..f6e964765 100644
--- a/config/grc_gnuradio_examples.m4
+++ b/config/grc_gnuradio_examples.m4
@@ -31,7 +31,6 @@ AC_DEFUN([GRC_GNURADIO_EXAMPLES],[
gnuradio-examples/python/mp-sched/Makefile \
gnuradio-examples/python/multi_usrp/Makefile \
gnuradio-examples/python/network/Makefile \
- gnuradio-examples/python/ofdm/Makefile \
gnuradio-examples/python/pfb/Makefile \
gnuradio-examples/python/tags/Makefile \
gnuradio-examples/waveforms/Makefile \