1
0
Fork 0

don't be too strick to myself :)

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@410 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2007-06-12 11:42:00 +00:00
parent f43b74368d
commit dc6ba596cd
1 changed files with 4 additions and 2 deletions

View File

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