Author: eb
Date: 2007-11-27 12:36:40 -0700 (Tue, 27 Nov 2007)
New Revision: 7043

Modified:
   gnuradio/trunk/configure.ac
Log:
fixed polarity of test

Modified: gnuradio/trunk/configure.ac
===================================================================
--- gnuradio/trunk/configure.ac 2007-11-27 19:15:30 UTC (rev 7042)
+++ gnuradio/trunk/configure.ac 2007-11-27 19:36:40 UTC (rev 7043)
@@ -25,7 +25,7 @@
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
-if test x$cross_compiling != xyes; then
+if test x$cross_compiling != xno; then
   AC_MSG_NOTICE([Configuring GNU Radio for cross compilation])
 else
   AC_MSG_NOTICE([Configuring GNU Radio for native compilation])



_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio

Reply via email to