summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorths2007-02-11 01:31:33 +0100
committerths2007-02-11 01:31:33 +0100
commit86b2bd935d50651ddfead740fc68c9da56eb0cc5 (patch)
tree5ba4e9f54cfc4f1143eaee9c5cca9eb877d7465a /configure
parentImprove configure for Solaris, by Ben Taylor. (diff)
downloadqemu-86b2bd935d50651ddfead740fc68c9da56eb0cc5.tar.gz
qemu-86b2bd935d50651ddfead740fc68c9da56eb0cc5.tar.xz
qemu-86b2bd935d50651ddfead740fc68c9da56eb0cc5.zip
Fix syntax error.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2417 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 625541e149..9ec8df187d 100755
--- a/configure
+++ b/configure
@@ -141,7 +141,8 @@ SunOS)
if test "$solarisrev" -ge 10 ; then
kqemu="yes"
fi
- ;;
+ fi
+;;
*)
oss="yes"
linux="yes"