diff options
Diffstat (limited to 'emulators/qemu/files/patch-ac')
-rw-r--r-- | emulators/qemu/files/patch-ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/files/patch-ac b/emulators/qemu/files/patch-ac index 99821158695d..cc7638d0f26e 100644 --- a/emulators/qemu/files/patch-ac +++ b/emulators/qemu/files/patch-ac @@ -1,8 +1,8 @@ Index: qemu/configure -@@ -540,7 +540,7 @@ +@@ -868,7 +868,7 @@ sdl_too_old=no - if test -z "$sdl" ; then + if test "$sdl" = "yes" ; then - sdl_config="sdl-config" + sdl_config="${SDL_CONFIG}" sdl=no |