diff options
| author | ths | 2007-02-11 01:31:33 +0100 |
|---|---|---|
| committer | ths | 2007-02-11 01:31:33 +0100 |
| commit | 86b2bd935d50651ddfead740fc68c9da56eb0cc5 (patch) | |
| tree | 5ba4e9f54cfc4f1143eaee9c5cca9eb877d7465a | |
| parent | Improve configure for Solaris, by Ben Taylor. (diff) | |
| download | qemu-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
| -rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -141,7 +141,8 @@ SunOS) if test "$solarisrev" -ge 10 ; then kqemu="yes" fi - ;; + fi +;; *) oss="yes" linux="yes" |
