]> granicus.if.org Git - php/commitdiff
fix wording
authorAnatol Belski <ab@php.net>
Wed, 8 Oct 2014 07:01:46 +0000 (09:01 +0200)
committerAnatol Belski <ab@php.net>
Wed, 8 Oct 2014 07:01:46 +0000 (09:01 +0200)
win32/build/config.w32

index 6cde15a9bdb0400819042370b8b914794ad10f87..f00584eaa939ac393fcaf39ddd8e08c2c7b43d79 100644 (file)
@@ -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') {