diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/build/config.w32.phpize.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/build/config.w32.phpize.in b/win32/build/config.w32.phpize.in index 061fb6d26f..9f315ac879 100644 --- a/win32/build/config.w32.phpize.in +++ b/win32/build/config.w32.phpize.in @@ -14,9 +14,6 @@ toolset_setup_compiler(); // do we use x64 or 80x86 version of compiler?
X64 = toolset_is_64();
-if (!X64) {
- ERROR("64-bit compiler required");
-}
toolset_setup_arch();
toolset_setup_linker();
|