summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-29 17:02:59 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-29 17:02:59 +0000
commit46ac01699192b51d3c2ac08c482bd9accc403dca (patch)
tree6ebafc03c0f1c384319a264426332f63b9dc717c
parent179565bca156af7c9715e8d765779df8bf91bb62 (diff)
downloadmpv-46ac01699192b51d3c2ac08c482bd9accc403dca.tar.bz2
mpv-46ac01699192b51d3c2ac08c482bd9accc403dca.tar.xz
Fixed override of --with-sdl-config.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1420 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 372b66a2de..be226b61dd 100755
--- a/configure
+++ b/configure
@@ -343,7 +343,7 @@ fi
_extralibdir=-L/usr/local/lib
_extraincdir=-I/usr/local/include
-if [ "$system_name" = "FreeBSD" ]; then
+if [ x"$_sdlconfig" = x"" -a "$system_name" = "FreeBSD" ]; then
_sdlconfig='sdl11-config'
else
_sdlconfig='sdl-config'