summaryrefslogtreecommitdiff
path: root/config.lib
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-02-06 21:14:57 +0000
committerrubidium <rubidium@openttd.org>2011-02-06 21:14:57 +0000
commit4af28a3867e72d4386cd6ea063ea4336719bb159 (patch)
treea508bd220f7cc2b662355579be87051dd43682b3 /config.lib
parent7ffef9c1e6d715dab61c7cadf074667c1293c5fa (diff)
downloadopenttd-4af28a3867e72d4386cd6ea063ea4336719bb159.tar.xz
(svn r22003) -Document [FS#3447]: that SDL for Mac OS X might very well be unusable
Diffstat (limited to 'config.lib')
-rw-r--r--config.lib6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.lib b/config.lib
index c6ef17d74..e379cd8d8 100644
--- a/config.lib
+++ b/config.lib
@@ -2265,6 +2265,12 @@ detect_sdl() {
return 0
fi
+ if [ "$os" = "OSX" ]; then
+ log 1 "WARNING: sdl is known to fail on some versions of Mac OS X"
+ log 1 "WARNING: with some hardware configurations. Use at own risk!"
+ sleep 5
+ fi
+
if [ "$with_sdl" = "1" ] || [ "$with_sdl" = "" ] || [ "$with_sdl" = "2" ]; then
sdl_config="sdl-config"
else