commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r7043 - gnuradio/trunk


From: eb
Subject: [Commit-gnuradio] r7043 - gnuradio/trunk
Date: Tue, 27 Nov 2007 12:36:40 -0700 (MST)

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])





reply via email to

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