Changeset 411 for branches/1.2
- Timestamp:
- 2007-06-12T13:44:53+02:00 (6 years ago)
- Location:
- branches/1.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2
-
branches/1.2/config.m4
r394 r411 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.

