summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKO Myung-Hun <komh@chollian.net>2008-01-16 23:00:18 +0000
committerDiego Biurrun <diego@biurrun.de>2008-01-16 23:00:18 +0000
commit1ca5d97fc8e513fb6f2ca62dee3c1e6ef4218c12 (patch)
treec001a8d8e4aa207074a2a9860ce3a8e2dfdd10ce /configure
parent9b41eb37a12a7d649595ccfe5105e684c53ab3e6 (diff)
Use check_lib2 instead of check_lib in SDL test. This is helpful in
combination with different calling/naming conventions as used in the OS/2 port of SDL. patch by Myung-Hun, komh a chollian d net Originally committed as revision 11545 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 189f6e8454..c242c49148 100755
--- a/configure
+++ b/configure
@@ -1694,7 +1694,7 @@ if "${SDL_CONFIG}" --version >/dev/null 2>&1; then
sdl_cflags=`"${SDL_CONFIG}" --cflags`
temp_cflags $sdl_cflags
temp_extralibs `"${SDL_CONFIG}" --libs`
- if check_lib SDL.h SDL_Init; then
+ if check_lib2 SDL.h SDL_Init; then
_sdlversion=`"${SDL_CONFIG}" --version | sed 's/[^0-9]//g'`
if test "$_sdlversion" -lt 121 ; then
enable sdl_too_old