summaryrefslogtreecommitdiff
blob: 8c7ab18dafc7b3aac1f889b54e183148e48b11aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- config.m4.old	2007-06-17 09:27:39.000000000 +0530
+++ config.m4	2007-06-17 09:27:47.000000000 +0530
@@ -27,11 +27,6 @@
     AC_MSG_ERROR(Could not locate PHP executable)
   fi
 
-  PHP_SAPI=`$PHP --version | 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)