- Timestamp:
- 2007-06-12T13:42:00+02:00 (6 years ago)
- File:
-
- 1 edited
-
trunk/config.m4 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/config.m4
r393 r410 75 75 PHP_SUBST([XCACHE_AWK]) 76 76 AC_PATH_PROGS([M4], [m4]) 77 if echo | "$M4" -E > /dev/null 2>&1 ; then 78 M4="$M4 -E" 77 if test "$PHP_XCACHE_TEST" != "no"; then 78 if echo | "$M4" -E > /dev/null 2>&1 ; then 79 M4="$M4 -E" 80 fi 79 81 fi 80 82 dnl fix for solaris m4: size of the push-back and argument
Note: See TracChangeset
for help on using the changeset viewer.

