Browse Source

- Don't show grep outputs

PHP-5.1
Moriyoshi Koizumi 22 years ago
parent
commit
dbf2c8abd5
  1. 2
      Zend/Zend.m4

2
Zend/Zend.m4

@ -212,7 +212,7 @@ AC_C_INLINE
AC_SUBST(INLINE_CFLAGS) AC_SUBST(INLINE_CFLAGS)
AC_MSG_CHECKING(target system is Darwin) 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_DEFINE([DARWIN], 1, [Define if the target system is darwin])
AC_MSG_RESULT(yes) AC_MSG_RESULT(yes)
else else

Loading…
Cancel
Save