Be verbose if --with-mp is enabled

This commit is contained in:
Kalle Sommer Nielsen 2014-12-28 19:40:33 +01:00
parent ad728725cb
commit c0b56232ba

View File

@ -75,6 +75,10 @@ if (VS_TOOLSET && VCVERS >= 1500 && PHP_MP != 'disable') {
}
}
if (!PHP_MP_DISABLED) {
STDOUT.WriteLine('Enabling multi process build');
}
// General link flags
toolset_setup_common_ldlags();