]> 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:19:10 +0000 (15:19 +0000)
committerPierre Joye <pajoye@php.net>
Fri, 24 Apr 2009 15:19:10 +0000 (15:19 +0000)
win32/build/config.w32

index 52bc4047d8b9aed3fa227209c827355b5e572d23..a1f14957ccf9e9bad84d2eb51e50fc67caf33d78 100644 (file)
@@ -148,7 +148,7 @@ 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') {
+               if(PHP_MP == 'auto' || PHP_MP == 'no') {
                         ADD_FLAG('CFLAGS', ' /MP ');
                } else {
                        if(parseInt(PHP_MP) != 0) {