1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 15:43:13 +02:00

fix wording

This commit is contained in:
Anatol Belski
2014-10-08 09:01:46 +02:00
parent 9ca16fd809
commit b129fecef2

View 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') {