]> granicus.if.org Git - php/commitdiff
Fix curl build on windows
authorDavid Soria Parra <dsp@php.net>
Thu, 25 Apr 2013 06:04:30 +0000 (08:04 +0200)
committerDavid Soria Parra <dsp@php.net>
Thu, 25 Apr 2013 06:04:30 +0000 (08:04 +0200)
ext/curl/config.w32

index a481e29486378d6d39546c1199c02ed4227addfe..965721318e2ad8c5dc803b8cfc07b02ca10d2d25 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 streams.c curl_file.c", true);
+               EXTENSION("curl", "interface.c multi.c share.c curl_file.c", true);
                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');