summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-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'