From d5ce4b7b359b2aa49d6aca5aeb9319c997af6cdf Mon Sep 17 00:00:00 2001 From: atmos4 Date: Mon, 30 Jul 2001 14:53:07 +0000 Subject: [PATCH] sdl-config fixed - again =) huje atmos git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1426 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/configure b/configure index bc4a822b60..460632c109 100755 --- a/configure +++ b/configure @@ -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 # ---