From: eb Date: Tue, 27 Nov 2007 19:36:40 +0000 (+0000) Subject: fixed polarity of test X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3f279f89c668191fcfb7dcaf2c0e4e4bc044a381;p=debian%2Fgnuradio fixed polarity of test git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7043 221aa14e-8319-0410-a670-987f0aec2ac5 --- 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])