From 96aa97f8b43fa7bcdbaf072468bb8b8ba75a5f3d Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Mon, 13 Aug 2001 22:17:18 +0000 Subject: [PATCH] Don't display egrep result --- sapi/thttpd/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/thttpd/config.m4 b/sapi/thttpd/config.m4 index 3883a55a49..90e536a3ae 100644 --- a/sapi/thttpd/config.m4 +++ b/sapi/thttpd/config.m4 @@ -1,7 +1,7 @@ AC_ARG_WITH(thttpd, [ --with-thttpd=SRCDIR Build PHP as thttpd module],[ test -d $withval || AC_MSG_RESULT(thttpd directory does not exist ($withval)) - egrep thttpd.2.21b $withval/version.h || AC_MSG_RESULT([This version only supports thttpd-2.21b]) + egrep thttpd.2.21b $withval/version.h >/dev/null || AC_MSG_RESULT([This version only supports thttpd-2.21b]) PHP_EXPAND_PATH($withval, THTTPD) PHP_TARGET_RDYNAMIC INSTALL_IT="\ -- 2.50.1