diff options
author | tron <tron@openttd.org> | 2007-01-05 17:29:35 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2007-01-05 17:29:35 +0000 |
commit | 9b78606d06abd69dbd2a2c9000c2b45ff7b52167 (patch) | |
tree | 9b2fd0f6e9f9ecf21f4462fff8c7f33b465a3c12 | |
parent | 63341d85d464116e97617bdf38e4ee56b94c2f83 (diff) | |
download | openttd-9b78606d06abd69dbd2a2c9000c2b45ff7b52167.tar.xz |
(svn r7878) Remove the long gone sdl11-config (again)
-rw-r--r-- | config.lib | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/config.lib b/config.lib index a44768dd6..82f01a1ad 100644 --- a/config.lib +++ b/config.lib @@ -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 |