]> git.pld-linux.org Git - packages/cherokee.git/blame - cherokee-php-path.patch
rel 4
[packages/cherokee.git] / cherokee-php-path.patch
CommitLineData
86cf4bec 1--- cherokee-0.99.29/configure.in.orig 2009-11-16 17:42:47.000000000 +0100
2+++ cherokee-0.99.29/configure.in 2009-11-28 02:11:19.000000000 +0100
3@@ -1281,13 +1281,7 @@
e18f83d3
KK
4 if test "x$PHPCGI" = "x"; then
5 AC_MSG_RESULT([no])
6 else
86cf4bec 7- $PHPCGI -v -d session.save_path=/tmp | grep 'cgi-fcgi' >/dev/null 2>/dev/null
e18f83d3
KK
8- if test $? != 0; then
9- PHPCGI=""
10- AC_MSG_RESULT([no])
11- else
12- AC_MSG_RESULT([yes])
13- fi
14+ AC_MSG_RESULT([yes])
15 fi
16
17 if test "x$PHPCGI" = "x"; then
This page took 0.137115 seconds and 4 git commands to generate.