diff options
author | Sascha Schumann <sas@php.net> | 2001-08-13 22:17:18 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-08-13 22:17:18 +0000 |
commit | 96aa97f8b43fa7bcdbaf072468bb8b8ba75a5f3d (patch) | |
tree | bf578f0fe800148391f05a2e857cfbd5bb54d3ee /sapi/thttpd/config.m4 | |
parent | f42acb0cd61ef1694c3c94ae91a54534cf986be5 (diff) | |
download | php-git-96aa97f8b43fa7bcdbaf072468bb8b8ba75a5f3d.tar.gz |
Don't display egrep result
Diffstat (limited to 'sapi/thttpd/config.m4')
-rw-r--r-- | sapi/thttpd/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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="\ |