Displaying 1 result from an estimated 1 matches for "libs_softmmu".
2012 Feb 20
0
[PATCH 1/2] build: check if libm is needed in configure
...+ LIBS="-lm $LIBS"
+ libs_qga="-lm $libs_qga"
+fi
+
if test "$darwin" != "yes" -a "$mingw32" != "yes" -a "$solaris" != yes -a \
"$aix" != "yes" -a "$haiku" != "yes" ; then
libs_softmmu="-lutil $libs_softmmu"
--
1.7.9