diff options
author | Tom Rondeau | 2011-10-17 11:28:40 -0700 |
---|---|---|
committer | Tom Rondeau | 2011-10-17 11:28:40 -0700 |
commit | 006712e264f7659c40212e8acf1611c7a227655a (patch) | |
tree | 4a0d9cf788888fb17adb47cae2a2f76cab1c79da /config | |
parent | 45c2212608ca66b5fadbc860771e042198e1ebcd (diff) | |
download | gnuradio-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.m4 | 2 |
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]) |