From ff0c463726567e1a9790bbc80b355da1ba26141c 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. --- sdl.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/sdl.m4 b/sdl.m4 index f5b27c5f9..6acf1b2fc 100644 --- a/sdl.m4 +++ b/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