]> granicus.if.org Git - php/commitdiff
Fixed bug #71227 Can't compile php_curl statically
authorAnatol Belski <ab@php.net>
Thu, 7 Jan 2016 17:55:05 +0000 (18:55 +0100)
committerAnatol Belski <ab@php.net>
Thu, 7 Jan 2016 17:55:05 +0000 (18:55 +0100)
ext/curl/config.w32

index 965721318e2ad8c5dc803b8cfc07b02ca10d2d25..8ea5f6524cd87d678e5dcc371b586f2efcbec410 100644 (file)
@@ -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');