# HG changeset patch # User truelight # Date 1171915846 0 # Node ID 5f47e1a0bd33e335e452ed14851eeae1acf7231d # Parent 31245c7b2e3766775e8f8efee6bd46f266589892 (svn r8816) [Config] -Fix: if you disable stripping, don't detect strip at all diff --git a/config.lib b/config.lib --- a/config.lib +++ b/config.lib @@ -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