pkg-config replaced sdl-config in these cases.

This commit is contained in:
Sam Lantinga
2009-10-11 07:12:24 +00:00
parent e0de9cb1dc
commit 7f96993d52

1
sdl.m4
View File

@@ -46,6 +46,7 @@ AC_ARG_ENABLE(sdltest, [ --disable-sdltest Do not try to compile and run
if test "x$sdl_pc" = xyes ; then
no_sdl=""
SDL_CONFIG="pkg-config sdl"
else
as_save_PATH="$PATH"
if test "x$prefix" != xNONE && test "$cross_compiling" != yes; then