(svn r7878) Remove the long gone sdl11-config (again)

This commit is contained in:
tron 2007-01-05 17:29:35 +00:00
parent 63341d85d4
commit 9b78606d06

View File

@ -1301,12 +1301,7 @@ detect_sdl() {
if [ "$with_sdl" = "1" ] || [ "$with_sdl" = "" ] || [ "$with_sdl" = "2" ]
then
if [ "$os" = "FREEBSD" ]
then
sdl_config="sdl11-config"
else
sdl_config="sdl-config"
fi
sdl_config="sdl-config"
else
sdl_config="$with_sdl"
fi