X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=config9.m4;h=e32d14660864a7a48016764e29e31c3273c41086;hb=ee95d238f4ffa07e8c5f146848cd1e73ac2447d1;hp=dbceef3e73af296bcab462b4c71111364d898515;hpb=5855b4ed57714dabea33a2c57d4b9cb1a03af70c;p=m6w6%2Fext-http diff --git a/config9.m4 b/config9.m4 index dbceef3..e32d146 100644 --- a/config9.m4 +++ b/config9.m4 @@ -339,7 +339,7 @@ dnl ---- AC_MSG_CHECKING([for libevent version, roughly]) if test -f "$EVENT_DIR/include/event2/event.h"; then - EVENT_VER="`$EGREP _EVENT_VERSION $EVENT_DIR/include/event2/event.h | $AWK '{print $3}'`" + EVENT_VER="`$EGREP _EVENT_VERSION $EVENT_DIR/include/event2/event-config.h | $AWK '{print $3}'`" AC_DEFINE([PHP_HTTP_HAVE_EVENT2], [1], [ ]) else AC_DEFINE([PHP_HTTP_HAVE_EVENT2], [0], [ ]) @@ -462,13 +462,7 @@ dnl ---- php_http_buffer.c \ php_http.c \ php_http_client.c \ - php_http_curl_client.c \ - php_http_client_datashare.c \ - php_http_curl_client_datashare.c \ - php_http_client_factory.c \ - php_http_client_interface.c \ - php_http_client_pool.c \ - php_http_curl_client_pool.c \ + php_http_client_curl.c \ php_http_client_request.c \ php_http_client_response.c \ php_http_cookie.c \