For Programmers: Free Programming Magazines  


Home > Archive > PHP Zend Engine > November 2004 > cvs: ZendEngine2 / Zend.m4









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: ZendEngine2 / Zend.m4
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
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com