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'