From: Pierre Joye Date: Fri, 24 Apr 2009 15:18:37 +0000 (+0000) Subject: - make MP survive --disable-all (=disable to disable it) X-Git-Tag: php-5.3.0RC2~119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30b30dda1195c1c60e690bdb9d869fe5addbde2c;p=php - make MP survive --disable-all (=disable to disable it) --- diff --git a/win32/build/config.w32 b/win32/build/config.w32 index d43982498f..702e332b64 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -148,7 +148,8 @@ if (VCVERS >= 1400) { ARG_WITH('mp', 'Tell VC9 use up to [n,auto,disable] processes for compilation', 'auto'); if (VCVERS >= 1500 && PHP_MP != 'disable') { - if(PHP_MP == 'auto') { + // no from disable-all + if(PHP_MP == 'auto' || PHP_MP == 'no') { ADD_FLAG('CFLAGS', ' /MP '); } else { if(parseInt(PHP_MP) != 0) {