kalle Tue, 08 Sep 2009 01:53:46 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=288150
Log: This shouldn't have been in the commit Changed paths: U php/php-src/trunk/win32/build/config.w32 Modified: php/php-src/trunk/win32/build/config.w32 =================================================================== --- php/php-src/trunk/win32/build/config.w32 2009-09-08 01:50:40 UTC (rev 288149) +++ php/php-src/trunk/win32/build/config.w32 2009-09-08 01:53:46 UTC (rev 288150) @@ -18,7 +18,6 @@ // 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]);
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php