--- config.m4.orig 2008-02-13 06:05:27.000000000 +0100 +++ config.m4 2008-03-03 23:38:00.000000000 +0100 @@ -27,11 +27,6 @@ AC_MSG_ERROR(Could not locate PHP executable) fi - PHP_SAPI=`$PHP --version | head -1 | sed -n 's/.*(\(...\)).*/\1/p'` - if test "$PHP_SAPI" != "cli" ; then - AC_MSG_ERROR(PHP CLI version is required[,] $PHP_SAPI found) - fi - AC_PROG_AWK PHP_SUBST(AWK)