]> granicus.if.org Git - php/commitdiff
- make MP survive --disable-all (=disable to disable it)
authorPierre Joye <pajoye@php.net>
Fri, 24 Apr 2009 15:18:37 +0000 (15:18 +0000)
committerPierre Joye <pajoye@php.net>
Fri, 24 Apr 2009 15:18:37 +0000 (15:18 +0000)
win32/build/config.w32

index d43982498fb382a481aaee9bbfd40ab627107620..702e332b64d227c64dea4eea2d3c0657c001e580 100644 (file)
@@ -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) {