summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorTom Rondeau2011-10-17 11:28:40 -0700
committerTom Rondeau2011-10-17 11:28:40 -0700
commit006712e264f7659c40212e8acf1611c7a227655a (patch)
tree4a0d9cf788888fb17adb47cae2a2f76cab1c79da /config
parent45c2212608ca66b5fadbc860771e042198e1ebcd (diff)
downloadgnuradio-006712e264f7659c40212e8acf1611c7a227655a.tar.gz
gnuradio-006712e264f7659c40212e8acf1611c7a227655a.tar.bz2
gnuradio-006712e264f7659c40212e8acf1611c7a227655a.zip
build: fixed last warning generated from bootstrap under autoconf 2.68.
Diffstat (limited to 'config')
-rw-r--r--config/ax_boost_base.m42
1 files changed, 1 insertions, 1 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])