summaryrefslogtreecommitdiff
path: root/config.lib
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-02-19 20:10:46 +0000
committertruelight <truelight@openttd.org>2007-02-19 20:10:46 +0000
commit75006ed3be26f5dc8758e105f61e44a994b9adb0 (patch)
treea24cb6cad51e7eea178e8d6acf6f824bf598b1d5 /config.lib
parent788535debf6999c03a434a3ccad91f45d741db58 (diff)
downloadopenttd-75006ed3be26f5dc8758e105f61e44a994b9adb0.tar.xz
(svn r8816) [Config] -Fix: if you disable stripping, don't detect strip at all
Diffstat (limited to 'config.lib')
-rw-r--r--config.lib6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.lib b/config.lib
index 40ed96843..4f0d501db 100644
--- a/config.lib
+++ b/config.lib
@@ -341,7 +341,11 @@ check_params() {
check_cxx_build
check_cxx_host
check_windres
- check_strip
+ if [ "$enable_strip" != "0" ]; then
+ check_strip
+ else
+ log 1 "checking strip... disabled"
+ fi
check_lipo
check_makedepend