summaryrefslogtreecommitdiff
path: root/ext/curl
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-01-07 18:55:05 +0100
committerAnatol Belski <ab@php.net>2016-01-07 18:55:05 +0100
commit1fb763ccab11c2b2c06f89c607d673b262d8f3cf (patch)
treeac5cf4d01caa1083c0978af5ac44e726b3e2f4aa /ext/curl
parente72848c171a8039b07bf8a2f04420629e170ee33 (diff)
downloadphp-git-1fb763ccab11c2b2c06f89c607d673b262d8f3cf.tar.gz
Fixed bug #71227 Can't compile php_curl statically
Diffstat (limited to 'ext/curl')
-rw-r--r--ext/curl/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/curl/config.w32 b/ext/curl/config.w32
index 965721318e..8ea5f6524c 100644
--- a/ext/curl/config.w32
+++ b/ext/curl/config.w32
@@ -13,7 +13,7 @@ if (PHP_CURL != "no") {
&& (((PHP_ZLIB=="no") && (CHECK_LIB("zlib_a.lib;zlib.lib", "curl", PHP_CURL))) ||
(PHP_ZLIB_SHARED && CHECK_LIB("zlib.lib", "curl", PHP_CURL)) || (PHP_ZLIB == "yes" && (!PHP_ZLIB_SHARED)))
) {
- EXTENSION("curl", "interface.c multi.c share.c curl_file.c", true);
+ EXTENSION("curl", "interface.c multi.c share.c curl_file.c");
AC_DEFINE('HAVE_CURL', 1, 'Have cURL library');
AC_DEFINE('HAVE_CURL_SSL', 1, 'Have SSL suppurt in cURL');
AC_DEFINE('HAVE_CURL_EASY_STRERROR', 1, 'Have curl_easy_strerror in cURL');