commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r3832 - gnuradio/trunk/gr-howto-write-a-block/config


From: gdt
Subject: [Commit-gnuradio] r3832 - gnuradio/trunk/gr-howto-write-a-block/config
Date: Mon, 23 Oct 2006 07:06:34 -0600 (MDT)

Author: gdt
Date: 2006-10-23 07:06:33 -0600 (Mon, 23 Oct 2006)
New Revision: 3832

Modified:
   gnuradio/trunk/gr-howto-write-a-block/config/gr_boost.m4
Log:
Fix "test ==".



Modified: gnuradio/trunk/gr-howto-write-a-block/config/gr_boost.m4
===================================================================
--- gnuradio/trunk/gr-howto-write-a-block/config/gr_boost.m4    2006-10-22 
19:39:38 UTC (rev 3831)
+++ gnuradio/trunk/gr-howto-write-a-block/config/gr_boost.m4    2006-10-23 
13:06:33 UTC (rev 3832)
@@ -43,8 +43,8 @@
                   [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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]