projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cff4cbe
)
Solaris needs -lrt, spotted by Ben Taylor.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 19 Mar 2007 12:22:40 +0000
(12:22 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 19 Mar 2007 12:22:40 +0000
(12:22 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2498
c046a42c
-6fe2-441c-8c8c-
71466251a162
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index d64fd04be91d3c9ac3c059fd3948c15ef04ecf6e..354f11097dbc7bab89ea61fb08516dbbecde1c49 100755
(executable)
--- 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"