[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r3838 - gnuradio/branches/releases/3.0/gr-howto-write-
From: |
jcorgan |
Subject: |
[Commit-gnuradio] r3838 - gnuradio/branches/releases/3.0/gr-howto-write-a-block/config |
Date: |
Mon, 23 Oct 2006 13:32:08 -0600 (MDT) |
Author: jcorgan
Date: 2006-10-23 13:32:08 -0600 (Mon, 23 Oct 2006)
New Revision: 3838
Modified:
gnuradio/branches/releases/3.0/gr-howto-write-a-block/config/gr_boost.m4
Log:
Applied changeset r3832 on trunk to release branch.
Modified:
gnuradio/branches/releases/3.0/gr-howto-write-a-block/config/gr_boost.m4
===================================================================
--- gnuradio/branches/releases/3.0/gr-howto-write-a-block/config/gr_boost.m4
2006-10-23 17:29:52 UTC (rev 3837)
+++ gnuradio/branches/releases/3.0/gr-howto-write-a-block/config/gr_boost.m4
2006-10-23 19:32:08 UTC (rev 3838)
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r3838 - gnuradio/branches/releases/3.0/gr-howto-write-a-block/config,
jcorgan <=