X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=config.m4;h=8d033b173253811189181f13d1ae68b04d23e401;hp=f3c56265fa6582a077c62fb11d4af9ac9254af39;hb=ebf5e2401508cf86164620a774c5511b1ae59627;hpb=ad75baff52e98f85a3ac999cee3328819fee03b8 diff --git a/config.m4 b/config.m4 index f3c5626..8d033b1 100644 --- a/config.m4 +++ b/config.m4 @@ -16,6 +16,17 @@ 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_SED], [ + AC_PROG_SED + ], [ + ifdef([LT_AC_PROG_SED], [ + LT_AC_PROG_SED + ], [ + AC_CHECK_PROG(SED, sed, sed) + ]) + ]) + dnl ------- dnl NETDB.H dnl -------