]> git.pld-linux.org Git - packages/cherokee.git/blob - cherokee-php-path.patch
rel 4
[packages/cherokee.git] / cherokee-php-path.patch
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 @@
4  if test "x$PHPCGI" = "x"; then
5     AC_MSG_RESULT([no])
6  else
7 -   $PHPCGI -v -d session.save_path=/tmp | grep 'cgi-fcgi' >/dev/null 2>/dev/null
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.179048 seconds and 3 git commands to generate.