1
0
Fork 0

(svn r8816) [Config] -Fix: if you disable stripping, don't detect strip at all

release/0.6
truelight 2007-02-19 20:10:46 +00:00
parent b528cede6d
commit 3b9a8d6201
1 changed files with 5 additions and 1 deletions

View File

@ -341,7 +341,11 @@ check_params() {
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