changeset 3379:3dd59e993979

pkg-config replaced sdl-config in these cases.
author Sam Lantinga <slouken@libsdl.org>
date Sun, 11 Oct 2009 07:12:24 +0000
parents a211710ebc37
children 6f381d0d6394
files sdl.m4
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sdl.m4	Sun Oct 11 06:44:50 2009 +0000
+++ b/sdl.m4	Sun Oct 11 07:12:24 2009 +0000
@@ -46,6 +46,7 @@
 
   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