On Tue, 30 Aug 2005, Greg Bell wrote:

sdl_too_old=no
-
+sdl=yes
if test -z "$sdl" ; then

sdl_config="sdl-config"


This is not sufficient as a lot of the SDL logics is contained in the if block you have now disabled.. you need to also at minimum set sdl_config, sdl_static and sdl_static_libs accordingly.

I am a little curious about what exacly you are attemptig to do. SDL is by default linked statically if your SDL installation supports static linking..

What is the output of "sdl-config --static-libs" on your system? Prehaps your SDL is not built with support for static linking?

Regards
Henrik




_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to