X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=config9.m4;h=3edb363ce939389562056783826aad24d7ebc6b4;hp=6539daf8c9266926d5a62138abb00f1779a85bcb;hb=6968eb8ac7ad68faefc1fc05b4d53389d004cf3c;hpb=6a8d8f34361e89ea6e9b7b2737f0a8baf94705f2 diff --git a/config9.m4 b/config9.m4 index 6539daf..3edb363 100644 --- a/config9.m4 +++ b/config9.m4 @@ -4,9 +4,6 @@ dnl vim: noet ts=1 sw=1 PHP_ARG_ENABLE([http], [whether to enable extended HTTP support], [ --enable-http Enable extended HTTP support]) -PHP_ARG_ENABLE([http-persistent-handles], [whether to enable per-process persistent cURL handles], -[ --enable-http-persistent-handles - HTTP: enable per-process persistent cURL handles], "no", "no") PHP_ARG_WITH([http-shared-deps], [whether to depend on extensions which have been built shared], [ --with-http-shared-deps HTTP: disable to not depend on extensions like hash, @@ -270,14 +267,6 @@ dnl ---- [$CURL_LIBS -L$CURL_DIR/$PHP_LIBDIR] ) - dnl persistent cURL handles - AC_MSG_CHECKING([whether to enable per-process persistent cURL handles]) - if test "$PHP_HTTP_PERSISTENT_HANDLES" != "no"; then - AC_DEFINE([HTTP_HAVE_PERSISTENT_HANDLES], [1], [Have per-process persistent cURL handles]) - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - fi fi dnl ----