]> git.proxmox.com Git - qemu.git/commit - configure
Check for sdl-config before calling it
authorLoïc Minier <lool@dooz.org>
Thu, 28 Jan 2010 21:15:18 +0000 (21:15 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Thu, 28 Jan 2010 21:15:18 +0000 (21:15 +0000)
commita0dfd8a4152ff33f98f4a94218a25c960d301114
treec2852e05399ab2c6ab447e1cddcaa4bccfa81a1c
parent82617d7ce3bdeef6fa32f71f9976b2f4bf3589e9
Check for sdl-config before calling it

Check whether sdl-config is available before calling it, otherwise
./configure triggers a warning:
    ./configure: 957: sdl-config: not found

If neither the .pc file not sdl-config are present, disable SDL support.

Signed-off-by: Loïc Minier <lool@dooz.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
configure