X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=config9.m4;h=6178eb2334590e3e10fc01403b4d88ae3a12bb67;hp=3b1f7015554d1683469836e9548efd85b2eb0a08;hb=04038853b905fc2321e96c6da948ac1fcda52550;hpb=4745cd2cc0c3bd610fd2fc1ef120f37ab4111d5b diff --git a/config9.m4 b/config9.m4 index 3b1f701..6178eb2 100644 --- a/config9.m4 +++ b/config9.m4 @@ -202,6 +202,14 @@ dnl ---- if test `echo $CURL_VERSION | $SED -e 's/[[^0-9]]/ /g' | $AWK '{print $1*10000 + $2*100 + $3}'` -lt 71802; then AC_MSG_ERROR([libcurl version greater or equal to 7.18.2 required]) fi + + AC_MSG_CHECKING([for HTTP2 support in libcurl]) + if $CURL_CONFIG --features | $EGREP -q HTTP2; then + AC_MSG_RESULT([yes]) + AC_DEFINE([PHP_HTTP_HAVE_HTTP2], [1], [ ]) + else + AC_MSG_RESULT([no]) + fi dnl dnl compile tests