X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=config.m4;h=bf19c2418424870dc919c62d4d8e3748c14fa40b;hp=8d033b173253811189181f13d1ae68b04d23e401;hb=a759e1fae5a4d0e989b9735adf8f3224ed9419d7;hpb=ef227f4f7f697c954eef0adb9f9f897148a771ca diff --git a/config.m4 b/config.m4 index 8d033b1..bf19c24 100644 --- a/config.m4 +++ b/config.m4 @@ -16,7 +16,11 @@ PHP_ARG_WITH([http-zlib-compression], [whether to enable support for gzencoded/d if test "$PHP_HTTP" != "no"; then - AC_PROG_EGREP + ifdef([AC_PROG_EGREP], [ + AC_PROG_EGREP + ], [ + AC_CHECK_PROG(EGREP, egrep, egrep) + ]) ifdef([AC_PROG_SED], [ AC_PROG_SED ], [ @@ -98,11 +102,6 @@ dnl ---- CURL_LIBS=`$CURL_CONFIG --libs` - CURL_ZLIB=`$CURL_CONFIG --features | $EGREP libz` - if test "$CURL_ZLIB" = "libz"; then - AC_DEFINE([HTTP_HAVE_CURL_ZLIB], [1], [ ]) - fi - AC_MSG_CHECKING([for SSL support in libcurl]) CURL_SSL=`$CURL_CONFIG --features | $EGREP SSL` if test "$CURL_SSL" = "SSL"; then