Comment 3 for bug 855630

Revision history for this message
Peter Maydell (pmaydell) wrote : Re: Qemu cant find SDL if --static build

SDL is only of any use for the system emulation targets. If you're just building a linux-user target there is no point passing --enable-sdl to configure. Just use "./configure --static --target-list=i386-linux-user".