From: Michael Wallner Date: Wed, 14 Dec 2005 11:17:34 +0000 (+0000) Subject: - check for egrep and sed X-Git-Tag: RELEASE_0_20_0~8 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=ebf5e2401508cf86164620a774c5511b1ae59627;hp=ad75baff52e98f85a3ac999cee3328819fee03b8 - check for egrep and sed --- 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 -------