summaryrefslogtreecommitdiff
path: root/config.lib
diff options
context:
space:
mode:
authortron <tron@openttd.org>2007-01-05 17:29:35 +0000
committertron <tron@openttd.org>2007-01-05 17:29:35 +0000
commit9b78606d06abd69dbd2a2c9000c2b45ff7b52167 (patch)
tree9b2fd0f6e9f9ecf21f4462fff8c7f33b465a3c12 /config.lib
parent63341d85d464116e97617bdf38e4ee56b94c2f83 (diff)
downloadopenttd-9b78606d06abd69dbd2a2c9000c2b45ff7b52167.tar.xz
(svn r7878) Remove the long gone sdl11-config (again)
Diffstat (limited to 'config.lib')
-rw-r--r--config.lib7
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