summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-03-19 12:22:40 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-03-19 12:22:40 +0000
commit0fa1bcb79081e3cf006e705145a07c7fb135e1b3 (patch)
tree496ff660e88e829bc393cbe103143058db8357a5 /configure
parentcff4cbedc3ae945442034970c828f4a631fedcab (diff)
downloadhqemu-0fa1bcb79081e3cf006e705145a07c7fb135e1b3.zip
hqemu-0fa1bcb79081e3cf006e705145a07c7fb135e1b3.tar.gz
Solaris needs -lrt, spotted by Ben Taylor.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2498 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d64fd04..354f110 100755
--- a/configure
+++ b/configure
@@ -159,7 +159,7 @@ if [ "$bsd" = "yes" ] ; then
fi
fi
-if [ "$bsd" = "yes" -o "$darwin" = "yes" -o "$solaris" = "yes" -o "$mingw32" = "yes" ] ; then
+if [ "$bsd" = "yes" -o "$darwin" = "yes" -o "$mingw32" = "yes" ] ; then
AIOLIBS=
else
AIOLIBS="-lrt"
OpenPOWER on IntegriCloud