qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4550] Fix bogus test syntax.
@ 2008-05-23 23:16 Paul Brook
  0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2008-05-23 23:16 UTC (permalink / raw)
  To: qemu-devel

Revision: 4550
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4550
Author:   pbrook
Date:     2008-05-23 23:16:42 +0000 (Fri, 23 May 2008)

Log Message:
-----------
Fix bogus test syntax.

Modified Paths:
--------------
    trunk/configure

Modified: trunk/configure
===================================================================
--- trunk/configure	2008-05-23 19:19:55 UTC (rev 4549)
+++ trunk/configure	2008-05-23 23:16:42 UTC (rev 4550)
@@ -1200,7 +1200,7 @@
       echo "#define USE_KQEMU 1" >> $config_h
     fi
     gcc3minver=`$cc --version 2> /dev/null| fgrep "(GCC) 3." | awk '{ print $3 }' | cut -f2 -d.`
-    if test -n "$gcc3minver" -a $gcc3minver -gt 3
+    if test -n "$gcc3minver" && test $gcc3minver -gt 3
     then
       echo "HAVE_GT_GCC_3_3=true" >> $config_mak
     else

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-23 23:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-23 23:16 [Qemu-devel] [4550] Fix bogus test syntax Paul Brook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).