diff --git a/config.m4 b/config.m4 index 6007b4a..94f9804 100644 --- a/config.m4 +++ b/config.m4 @@ -68,6 +68,9 @@ if test "$PHP_XCACHE" != "no"; then fi PHP_SUBST([AWK]) AC_PATH_PROGS([M4], [m4]) + if echo | "$M4" -E > /dev/null 2>&1 ; then + M4="$M4 -E" + fi PHP_SUBST([M4]) AC_PATH_PROGS([GREP], [grep]) PHP_SUBST([GREP])