summaryrefslogtreecommitdiff
path: root/sapi/cgi/config9.m4
Commit message (Collapse)AuthorAgeFilesLines
* MFB:Edin Kadribasic2002-12-191-3/+3
| | | | | | Making build system changes according to proposal: http://news.php.net/article.php?group=php.dev&article=92682
* Fix make install target on Cygwin, bug #20807Melvyn Sopacua2002-12-091-1/+8
|
* build support for cgi fixes previously commitedShane Caraveo2002-12-011-0/+18
|
* configure now supports building the cgi-fcgi moduleShane Caraveo2002-11-261-1/+29
| | | | | configure --enable-fastcgi
* - Moved CGI specific lines from configure.in to sapi/cgi/config9.m4foobar2002-10-211-0/+118
which is 'executed' last of the SAPI config.m4's. - Added --disable-cgi option. (was possible only with above change) - Made the sed check to not test for the possibly working sed on Solaris since that would make the test quite useless. (compile would still fail) # That sed check is not enabled yet..need to know whether we fail # during configure or just put out a warning about possible non-working # sed. As even plain ./configure doesn't work in most cases, I think # it would be better to just fail during configure and let the users # fix their paths/install GNU sed.