From: Jan-E Date: Wed, 5 Oct 2016 21:55:49 +0000 (+0200) Subject: Fixed #55 VC14 Windows build X-Git-Tag: RELEASE_3_1_0~6^2~2 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=7ab514ea60ae7057f0c5065ab2b6829c95f161e8 Fixed #55 VC14 Windows build Fix for https://github.com/m6w6/ext-http/issues/55 --- diff --git a/config.w32 b/config.w32 index 7b63664..859a18c 100644 --- a/config.w32 +++ b/config.w32 @@ -103,7 +103,7 @@ if (PHP_HTTP != "no") { ADD_EXTENSION_DEP("http", "propro", true) && ADD_EXTENSION_DEP("http", "raphf", true) && CHECK_LIB("winmm.lib", "http", PHP_HTTP)) { - AC_DEFINE("PHP_HTTP_HAVE_CURL", 1, "Have CURL library"); + AC_DEFINE("PHP_HTTP_HAVE_LIBCURL", 1, "Have CURL library"); AC_DEFINE("PHP_HTTP_HAVE_SSL", 1, "Have SSL"); AC_DEFINE("PHP_HAVE_CURL_MULTI_STRERROR", 1, ""); AC_DEFINE("PHP_HAVE_CURL_SHARE_STRERROR", 1, "");