Changes of Revision 3
[-] [+] | Added | lighttpd-1.4.9.patch |
@@ -0,0 +1,13 @@ +Index: configure.in +=================================================================== +--- configure.in.orig ++++ configure.in +@@ -510,7 +510,7 @@ + dnl check for fastcgi lib, for the tests only + fastcgi_found=no + AC_CHECK_LIB(fcgi, FCGI_Accept, [ +- AC_CHECK_HEADERS([fastcgi.h],[ ++ AC_CHECK_HEADERS([fastcgi/fastcgi.h],[ + fastcgi_found=yes + ]) + ]) |