config.lib
changeset 6408 a4fbf6e66c53
parent 6407 483c1328a349
child 6515 d2d05d42690f
--- 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