X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=config%2Fgr_boost.m4;h=0664d36fbac2f665c34f8b2ad24b9f15316d2d3a;hb=09a1e803a9e6587c78d20cdf16891e5295874668;hp=41d855d57adb7169c01a61f00bf381183aa6b3e3;hpb=18a684bf3dc144c48fc4cc6cc72f5070febd8074;p=debian%2Fgnuradio diff --git a/config/gr_boost.m4 b/config/gr_boost.m4 index 41d855d5..0664d36f 100644 --- a/config/gr_boost.m4 +++ b/config/gr_boost.m4 @@ -5,7 +5,7 @@ dnl This file is part of GNU Radio dnl dnl GNU Radio is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by -dnl the Free Software Foundation; either version 2, or (at your option) +dnl the Free Software Foundation; either version 3, or (at your option) dnl any later version. dnl dnl GNU Radio is distributed in the hope that it will be useful, @@ -43,8 +43,8 @@ AC_DEFUN([GR_REQUIRE_BOOST_INCLUDES], [path to boost c++ include files]), [ # "yes" and "no" are bogus answers - if test x"$with_boost_include_dir" == xyes || - test x"$with_boost_include_dir" == xno; then + if test x"$with_boost_include_dir" = xyes || + test x"$with_boost_include_dir" = xno; then gr_boost_include_dir= else gr_boost_include_dir=$with_boost_include_dir