projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48ffabc
)
Fix bogus test syntax.
author
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 23 May 2008 23:16:42 +0000
(23:16 +0000)
committer
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 23 May 2008 23:16:42 +0000
(23:16 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4550
c046a42c
-6fe2-441c-8c8c-
71466251a162
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 6b84f2098575125a7694ec4343a74fd3edbbbc2f..fae860b98422b048017d9365aca811eda58ca33d 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1200,7
+1200,7
@@
case "$target_cpu" in
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