]> granicus.if.org Git - php/commitdiff
This shouldn't have been in the commit
authorKalle Sommer Nielsen <kalle@php.net>
Tue, 8 Sep 2009 01:53:46 +0000 (01:53 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Tue, 8 Sep 2009 01:53:46 +0000 (01:53 +0000)
win32/build/config.w32

index 8dab2bf9c43f2350fe76315179d0c8f773028d8c..81398ad97c5985a4458acb092654633d7e174542 100644 (file)
@@ -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]);