From: Anatol Belski Date: Mon, 4 May 2015 13:13:27 +0000 (+0200) Subject: fix compiler check for phpize X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=110ce301e0d20d25d75fdb0d795f348b2f6347f7;p=php fix compiler check for phpize --- 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();