Changeset - r6082:3afd0edf1df0
[Not reviewed]
master
0 1 0
truelight - 18 years ago 2007-02-19 20:10:46
truelight@openttd.org
(svn r8816) [Config] -Fix: if you disable stripping, don't detect strip at all
1 file changed with 5 insertions and 1 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -338,13 +338,17 @@ check_params() {
 
	log 1 "checking build cc... $cc_build"
 
	log 1 "checking host cc... $cc_host"
 

	
 
	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
 

	
 
	if [ "$enable_static" = "1" ]; then
 
		if [ "$os" = "MINGW" ] || [ "$os" = "CYGWIN" ] || [ "$os" = "MORPHOS" ] || [ "$os" = "OSX" ]; then
 
			enable_static="2"
0 comments (0 inline, 0 general)