blob: cc7638d0f26ee6942f84aaf0e18b6fb460024320 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
Index: qemu/configure
@@ -868,7 +868,7 @@
sdl_too_old=no
if test "$sdl" = "yes" ; then
- sdl_config="sdl-config"
+ sdl_config="${SDL_CONFIG}"
sdl=no
sdl_static=no
|