- add pipelining support to HttpRequestPool (libcurl >= 7.16.0)
[m6w6/ext-http] / config9.m4
index 55397a75d78f5f53beaf22a7513e3045fcf0ae1d..1fcb91d3971e70d26d3d921057212046b862a032 100644 (file)
@@ -238,6 +238,10 @@ dnl ----
                        [AC_DEFINE([HAVE_CURL_FORMGET], [1], [ ])], [ ],
                        [$CURL_LIBS -L$CURL_DIR/$PHP_LIBDIR]
                )
+               PHP_CHECK_LIBRARY(curl, curl_multi_setopt, 
+                       [AC_DEFINE([HAVE_CURL_MULTI_SETOPT], [1], [ ])], [ ], 
+                       [$CURL_LIBS -L$CURL_DIR/$PHP_LIBDIR]
+               )
        fi
 
 dnl ----