mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r7878) Remove the long gone sdl11-config (again)
This commit is contained in:
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
Block a user