From ebf5e2401508cf86164620a774c5511b1ae59627 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 14 Dec 2005 11:17:34 +0000 Subject: [PATCH] - check for egrep and sed --- config.m4 | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 ------- -- 2.30.2