blob: 8b8d3aecee37b2ce7ac4e9ace54a143cbf03a57f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- 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)
|