diff options
author | Tom Rondeau | 2011-10-17 11:38:51 -0700 |
---|---|---|
committer | Tom Rondeau | 2011-10-17 11:38:51 -0700 |
commit | 641a60118ac5955bcb9d820874c13fe149b1095c (patch) | |
tree | e07c9b3fee76f7b80b45689503169e332b0489a0 /config/ax_boost_base.m4 | |
parent | 2d5a6f86fd3047748a9f816548e2901b02838734 (diff) | |
parent | 006712e264f7659c40212e8acf1611c7a227655a (diff) | |
download | gnuradio-641a60118ac5955bcb9d820874c13fe149b1095c.tar.gz gnuradio-641a60118ac5955bcb9d820874c13fe149b1095c.tar.bz2 gnuradio-641a60118ac5955bcb9d820874c13fe149b1095c.zip |
Merge branch 'maint'
Diffstat (limited to 'config/ax_boost_base.m4')
-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]) |