Browse code

configure: another try on fixing osx/mingw SDL

Hanspeter Niederstrasser authored on 2011/05/16 09:57:15
Showing 1 changed files
... ...
@@ -2943,7 +2943,7 @@ SDL_CONFIG="${cross_prefix}sdl-config"
2943 2943
 if "${SDL_CONFIG}" --version > /dev/null 2>&1; then
2944 2944
     sdl_cflags=$("${SDL_CONFIG}" --cflags)
2945 2945
     sdl_libs=$("${SDL_CONFIG}" --libs)
2946
-    check_func_headers SDL.h SDL_Init $sdl_cflags $sdl_libs &&
2946
+    check_func_headers SDL_version.h SDL_Linked_Version $sdl_cflags $sdl_libs &&
2947 2947
     check_cpp_condition SDL.h "(SDL_MAJOR_VERSION<<16 | SDL_MINOR_VERSION<<8 | SDL_PATCHLEVEL) >= 0x010201" $sdl_cflags &&
2948 2948
     enable sdl &&
2949 2949
     check_struct SDL.h SDL_VideoInfo current_w $sdl_cflags && enable sdl_video_size