summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gr-howto-write-a-block/config/gr_boost.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-howto-write-a-block/config/gr_boost.m4 b/gr-howto-write-a-block/config/gr_boost.m4
index 41d855d57..7236cbb52 100644
--- a/gr-howto-write-a-block/config/gr_boost.m4
+++ b/gr-howto-write-a-block/config/gr_boost.m4
@@ -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