mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-14 21:52:18 -06:00
Solaris needs -lrt, spotted by Ben Taylor.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2498 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
cff4cbedc3
commit
0fa1bcb790
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -159,7 +159,7 @@ if [ "$bsd" = "yes" ] ; then
|
||||||
fi
|
fi
|
||||||
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=
|
AIOLIBS=
|
||||||
else
|
else
|
||||||
AIOLIBS="-lrt"
|
AIOLIBS="-lrt"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue