diff options
author | Anatol Belski <ab@php.net> | 2014-10-08 09:01:46 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-10-08 09:01:46 +0200 |
commit | b129fecef2e7f761f8eb22f5b8edf9745c7565bb (patch) | |
tree | e102db391b306339ed1287f7081a0cbf6cf9c7a2 | |
parent | 9ca16fd80950bc92a4a3b3653304906e42b2d518 (diff) | |
download | php-git-b129fecef2e7f761f8eb22f5b8edf9745c7565bb.tar.gz |
fix wording
-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 6cde15a9bd..f00584eaa9 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -166,7 +166,7 @@ if (VCVERS >= 1400) { } } -ARG_WITH('mp', 'Tell VC9+ use up to [n,auto,disable] processes for compilation', 'auto'); +ARG_WITH('mp', 'Tell Visual Studio use up to [n,auto,disable] processes for compilation', 'auto'); if (VCVERS >= 1500 && PHP_MP != 'disable') { // no from disable-all if(PHP_MP == 'auto' || PHP_MP == 'no') { |