From a8f54aab7ea5fc4e964722f82337d39d685ec69d Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 11 Oct 2009 07:12:24 +0000 Subject: [PATCH] pkg-config replaced sdl-config in these cases. --- acinclude/sdl.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/acinclude/sdl.m4 b/acinclude/sdl.m4 index f5b27c5f..6acf1b2f 100644 --- a/acinclude/sdl.m4 +++ b/acinclude/sdl.m4 @@ -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