From f624d6fdb81f1d4ec64b35de8cf551cc99979235 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Tue, 12 Jun 2007 11:44:53 +0000 Subject: [PATCH] merged 410 from trunk->1.2: remove strict fatal-warning git-svn-id: svn://svn.lighttpd.net/xcache/branches/1.2@411 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- config.m4 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.m4 b/config.m4 index acc9ad5..aa12390 100644 --- a/config.m4 +++ b/config.m4 @@ -74,8 +74,10 @@ if test "$PHP_XCACHE" != "no"; then fi PHP_SUBST([XCACHE_AWK]) AC_PATH_PROGS([M4], [m4]) - if echo | "$M4" -E > /dev/null 2>&1 ; then - M4="$M4 -E" + if test "$PHP_XCACHE_TEST" != "no"; then + if echo | "$M4" -E > /dev/null 2>&1 ; then + M4="$M4 -E" + fi fi dnl fix for solaris m4: size of the push-back and argument if echo | "$M4" -B 102400 > /dev/null 2>&1 ; then