(svn r8816) [Config] -Fix: if you disable stripping, don't detect strip at all
authortruelight
Mon, 19 Feb 2007 20:10:46 +0000
changeset 6408 a4fbf6e66c53
parent 6407 483c1328a349
child 6409 55217fea8342
(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