From 3f279f89c668191fcfb7dcaf2c0e4e4bc044a381 Mon Sep 17 00:00:00 2001 From: eb Date: Tue, 27 Nov 2007 19:36:40 +0000 Subject: [PATCH] fixed polarity of test git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7043 221aa14e-8319-0410-a670-987f0aec2ac5 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 526da904..21ac7ce1 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.47.2