From: Kalle Sommer Nielsen Date: Tue, 8 Sep 2009 01:53:46 +0000 (+0000) Subject: This shouldn't have been in the commit X-Git-Tag: php-5.4.0alpha1~191^2~2680 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70e49954790b343d6896117f1d4edb99c8be29ff;p=php This shouldn't have been in the commit --- diff --git a/win32/build/config.w32 b/win32/build/config.w32 index 8dab2bf9c4..81398ad97c 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -18,7 +18,6 @@ if (!CL) { // 1600 is vs.net 2010 // Which version of the compiler do we have? VCVERS = probe_binary(CL).substr(0, 5).replace('.', ''); -STDOUT.WriteLine(VCVERS); STDOUT.WriteLine(" Detected compiler " + VC_VERSIONS[VCVERS]); AC_DEFINE('COMPILER', VC_VERSIONS[VCVERS], "Detected compiler version"); DEFINE("PHP_COMPILER_SHORT", VC_VERSIONS_SHORT[VCVERS]);