mirror of https://github.com/OpenTTD/OpenTTD
(svn r7878) Remove the long gone sdl11-config (again)
parent
63341d85d4
commit
9b78606d06
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue