summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-01-17 23:31:19 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-01-17 23:31:19 +0000
commit605686cd7acdc37b87134c7eedf01b99db9213c1 (patch)
tree647a93faacb07d0c73745c6072080e59281d2218 /configure
parent8182266352df123bbe5661d14ded4ef06d866a60 (diff)
downloadqemu-605686cd7acdc37b87134c7eedf01b99db9213c1.tar.gz
Kqemu support for Solaris, by Ben Taylor.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2329 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index 93bbe7b78b..68c3fcc7b6 100755
--- a/configure
+++ b/configure
@@ -151,6 +151,11 @@ if [ "$solaris" = "yes" ] ; then
make="gmake"
install="ginstall"
solarisrev=`uname -r | cut -f2 -d.`
+ if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
+ if test "$solarisrev" -gt 10 ; then
+ kqemu="yes"
+ fi
+ fi
fi
# find source path