not both.
- Correct the automake bits that were added for static linking. The libraries
were inserted into the wrong variable so the link order was wrong.
- Tidy up the CONFIGURE_ENV usage.
ok sthen@
building the static binary. Fixes build problem reported by nigel@ since the
glib-2.0.pc now (correctly) only lists pthread in Libs.private not in Libs.
ok ajacoutot@
fcgi-cgi is a wrapper around CGI applications to support running them under
FastCGI for use with webservers such as nginx and lighttpd 2.x which do not
support running cgi scripts/binaries directly.