diff options
author | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-07-30 14:53:07 +0000 |
---|---|---|
committer | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-07-30 14:53:07 +0000 |
commit | d5ce4b7b359b2aa49d6aca5aeb9319c997af6cdf (patch) | |
tree | 44f508ddee977f51c401c19c5c2ad78bf81589b3 /configure | |
parent | b69b402258c4dd302f9951d4c5dc410784c5d41a (diff) |
sdl-config fixed - again =) huje atmos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1426 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -343,10 +343,12 @@ fi _extralibdir=-L/usr/local/lib _extraincdir=-I/usr/local/include -if [ x"$_sdlconfig" = x"" -a "$system_name" = "FreeBSD" ]; then -_sdlconfig='sdl11-config' -else -_sdlconfig='sdl-config' +if [ x"$_sdlconfig" = x"" ]; then + if [ "$system_name" = "FreeBSD" ]; then + _sdlconfig='sdl11-config' + else + _sdlconfig='sdl-config' + fi fi # --- |