Commit 86b2bd935d50651ddfead740fc68c9da56eb0cc5

Authored by ths
1 parent c2b84fab

Fix syntax error.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2417 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 2 additions and 1 deletions
configure
@@ -141,7 +141,8 @@ SunOS) @@ -141,7 +141,8 @@ SunOS)
141 if test "$solarisrev" -ge 10 ; then 141 if test "$solarisrev" -ge 10 ; then
142 kqemu="yes" 142 kqemu="yes"
143 fi 143 fi
144 - ;; 144 + fi
  145 +;;
145 *) 146 *)
146 oss="yes" 147 oss="yes"
147 linux="yes" 148 linux="yes"