changeset 6082:5f47e1a0bd33 draft

(svn r8816) [Config] -Fix: if you disable stripping, don't detect strip at all
author truelight <truelight@openttd.org>
date Mon, 19 Feb 2007 20:10:46 +0000
parents 31245c7b2e37
children 37a5650e8596
files config.lib
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config.lib
+++ b/config.lib
@@ -341,7 +341,11 @@
 	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