diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2004-11-03 23:25:33 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2004-11-03 23:25:33 +0000 |
commit | dbf2c8abd5e85c8fafad4e468819dd67b4e37e4c (patch) | |
tree | 941510f3352de3aeba5c04526e7b033dc25ddef4 /Zend/Zend.m4 | |
parent | e612284ea483a14cb853ffef8e1a63289e4cd197 (diff) | |
download | php-git-dbf2c8abd5e85c8fafad4e468819dd67b4e37e4c.tar.gz |
- Don't show grep outputs
Diffstat (limited to 'Zend/Zend.m4')
-rw-r--r-- | Zend/Zend.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/Zend.m4 b/Zend/Zend.m4 index 1b2029b052..129bcaa395 100644 --- a/Zend/Zend.m4 +++ b/Zend/Zend.m4 @@ -212,7 +212,7 @@ AC_C_INLINE AC_SUBST(INLINE_CFLAGS) AC_MSG_CHECKING(target system is Darwin) -if echo "$target" | grep "darwin"; then +if echo "$target" | grep "darwin" > /dev/null; then AC_DEFINE([DARWIN], 1, [Define if the target system is darwin]) AC_MSG_RESULT(yes) else |