diff options
| author | Kalle Sommer Nielsen <kalle@php.net> | 2009-09-08 01:53:46 +0000 |
|---|---|---|
| committer | Kalle Sommer Nielsen <kalle@php.net> | 2009-09-08 01:53:46 +0000 |
| commit | 70e49954790b343d6896117f1d4edb99c8be29ff (patch) | |
| tree | 4004a02b0b469e33ebc6f135e66d6136f5c3e5c4 | |
| parent | e834d1a1f41c1ac13595e101dbe0ddaeab408401 (diff) | |
| download | php-git-70e49954790b343d6896117f1d4edb99c8be29ff.tar.gz | |
This shouldn't have been in the commit
| -rw-r--r-- | win32/build/config.w32 | 1 |
1 files changed, 0 insertions, 1 deletions
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]); |
