1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00

- Don't show grep outputs

This commit is contained in:
Moriyoshi Koizumi
2004-11-03 23:25:33 +00:00
parent e612284ea4
commit dbf2c8abd5

View File

@@ -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