summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-08-15 13:54:03 +0000
committerPierre Joye <pajoye@php.net>2010-08-15 13:54:03 +0000
commit4588d5d79ff917bba54222a64ccb6731d5bf0474 (patch)
treefb609abb9ba4e38db1e0af55b1be66dbaf99e70a /win32
parentbb669f2c1be85fd1be6c977ca1fcb6debee2fd62 (diff)
downloadphp-git-4588d5d79ff917bba54222a64ccb6731d5bf0474.tar.gz
- #52607, fix ENV conflit with win SDK 7.1
Diffstat (limited to 'win32')
-rw-r--r--win32/build/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/build/config.w32 b/win32/build/config.w32
index 16ffaafc1b..9fbd6eb8db 100644
--- a/win32/build/config.w32
+++ b/win32/build/config.w32
@@ -24,7 +24,7 @@ DEFINE("PHP_COMPILER_SHORT", VC_VERSIONS_SHORT[VCVERS]);
AC_DEFINE('PHP_COMPILER_ID', VC_VERSIONS_SHORT[VCVERS], "Compiler compatibility ID");
// do we use x64 or 80x86 version of compiler?
-X64 = probe_binary(PHP_CL, 64);
+X64 = probe_binary(PHP_CL, 64, null, 'PHP_CL');
if (X64) {
STDOUT.WriteLine(" Detected 64-bit compiler");
} else {