From b1021126a2a12800dbb2d08c79f60985641d0612 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Sat, 23 Apr 2005 23:43:51 +0000 Subject: [PATCH] Fix SDL detection. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1673 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/build/unix/config_proginfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/build/unix/config_proginfo b/sc2/build/unix/config_proginfo index a1a7b1351..ffcf702b6 100644 --- a/sc2/build/unix/config_proginfo +++ b/sc2/build/unix/config_proginfo @@ -136,7 +136,7 @@ case "$OSNAME" in LIB_SDL_LDFLAGS='-framework SDL -framework Cocoa -lobjc' LIB_SDL_VERSION=$(echo \ "SDL_MAJOR_VERSION.SDL_MINOR_VERSION.SDL_PATCHLEVEL" | \ - gcc -E -include SDL_version.h $LIB_SDL_CFLAGS - | \ + gcc -E -include SDL/SDL_version.h $LIB_SDL_CFLAGS - | \ tail -1 | tr -d ' ') ;; *)