diff options
Diffstat (limited to 'win32/build/config.w32')
-rw-r--r-- | win32/build/config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/build/config.w32 b/win32/build/config.w32 index 43b03626a4..4f7a463442 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -66,7 +66,7 @@ if (VS_TOOLSET && PHP_MP != 'disable') { if(PHP_DEBUG == 'yes') { STDOUT.WriteLine('WARNING: Debug builds cannot be built using multi processing'); } else { - // no from disable-all + // no from disable-all if(PHP_MP == 'auto' || PHP_MP == 'no') { ADD_FLAG('CFLAGS', ' /MP '); PHP_MP_DISABLED = false; |