Re: [Qemu-devel] [PATCH 1/2] configure: don't check for Cocoa when detecting SDL.

2011-12-07 Thread Andreas Färber
Am 07.12.2011 08:47, schrieb Andrzej Zaborowski: > The SDL check is supposed to set $sdl to "yes" or "no", but with that > check it leaves $sdl unset on darwin, unless --enable-cocoa was > specified (which is not needed to enable cocoa anyway). > > Signed-off-by: Andrzej Zaborowski > --- > confi

[Qemu-devel] [PATCH 1/2] configure: don't check for Cocoa when detecting SDL.

2011-12-07 Thread Andrzej Zaborowski
The SDL check is supposed to set $sdl to "yes" or "no", but with that check it leaves $sdl unset on darwin, unless --enable-cocoa was specified (which is not needed to enable cocoa anyway). Signed-off-by: Andrzej Zaborowski --- configure |4 +--- 1 files changed, 1 insertions(+), 3 deletions