| Moriyoshi Koizumi 2004-11-03, 8:55 pm |
| moriyoshi Wed Nov 3 18:25:37 2004 EDT
Modified files:
/ZendEngine2 Zend.m4
Log:
- Don't show grep outputs
http://cvs.php.net/diff.php/ZendEng...45&r2=1.46&ty=u
Index: ZendEngine2/Zend.m4
diff -u ZendEngine2/Zend.m4:1.45 ZendEngine2/Zend.m4:1.46
--- ZendEngine2/Zend.m4:1.45 Wed Nov 3 18:05:17 2004
+++ ZendEngine2/Zend.m4 Wed Nov 3 18:25:33 2004
@@ -1,5 +1,5 @@
dnl
-dnl $Id: Zend.m4,v 1.45 2004/11/03 23:05:17 moriyoshi Exp $
+dnl $Id: Zend.m4,v 1.46 2004/11/03 23:25:33 moriyoshi Exp $
dnl
dnl This file contains Zend specific autoconf functions.
dnl
@@ -212,7 +212,7 @@
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
|