Search
j0ke.net Open Build Service
>
Projects
>
ha
>
lighttpd15-snapshot
> lighttpd-1.4.9.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File lighttpd-1.4.9.patch of Package lighttpd15-snapshot
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 ]) ])