(svn r8816) [Config] -Fix: if you disable stripping, don't detect strip at all
authortruelight
Mon, 19 Feb 2007 20:10:46 +0000
changeset 6082 dc7b5c71799f
parent 6081 57d2fa5e3073
child 6083 53aedcdb9e90
(svn r8816) [Config] -Fix: if you disable stripping, don't detect strip at all
config.lib
--- a/config.lib	Mon Feb 19 19:59:19 2007 +0000
+++ b/config.lib	Mon Feb 19 20:10:46 2007 +0000
@@ -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