Commit 0fa1bcb79081e3cf006e705145a07c7fb135e1b3

Authored by ths
1 parent cff4cbed

Solaris needs -lrt, spotted by Ben Taylor.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2498 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
configure
... ... @@ -159,7 +159,7 @@ if [ "$bsd" = "yes" ] ; then
159 159 fi
160 160 fi
161 161  
162   -if [ "$bsd" = "yes" -o "$darwin" = "yes" -o "$solaris" = "yes" -o "$mingw32" = "yes" ] ; then
  162 +if [ "$bsd" = "yes" -o "$darwin" = "yes" -o "$mingw32" = "yes" ] ; then
163 163 AIOLIBS=
164 164 else
165 165 AIOLIBS="-lrt"
... ...