fixed polarity of test
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 27 Nov 2007 19:36:40 +0000 (19:36 +0000)
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 27 Nov 2007 19:36:40 +0000 (19:36 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7043 221aa14e-8319-0410-a670-987f0aec2ac5

configure.ac

index 526da90412cdf05cea83b0d5d79b3c1053f9a0a7..21ac7ce13f059ba1ab3f304d31b4042e4e141f62 100644 (file)
@@ -25,7 +25,7 @@ AC_CONFIG_SRCDIR([gnuradio-core/src/lib/runtime/gr_vmcircbuf.cc])
 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])