summaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Rename configure.in to configure.acRob Crittenden2014-02-211-272/+0
|
* Add support for Elliptical Curve Cryptography (ECC). This is disabledrcritten2006-03-021-2/+15
| | | | by default. To enable it, pass --enable-ecc to configure.
* Make configure automatically find the correct versions of apr-config and apxsrmeggins2006-01-311-24/+17
|
* Changes to allow the mod_nss to work in Apache 2.2.0. Based on a patchrcritten2006-01-041-1/+3
| | | | | | | from Oden Eriksson. The conditional to determine which API to use is a bit weak at the moment but it works with Apache 2.0.54 and 2.2.0.
* separate with options for include and lib directories - use nspr and nss ↵rmeggins2005-09-261-11/+74
| | | | instead of mozilla-nspr and -nss
* Make SSL2 an optional protocol, disabled by default.rcritten2005-09-131-4/+15
|
* Don't assume that apr-config is in the PATH. Let the user specify whichrcritten2005-07-201-1/+7
| | | | one to run, just like with apxs.
* Generate gencert so we can set the NSS and NSPR directories and makercritten2005-05-251-1/+8
| | | | | things easier for the user. Also try really, really hard to get the FQDN so we can create a host-specific self-signed certificate.
* Add support for apr-config.rcritten2005-05-231-5/+28
| | | | | | | Print out some nice notes alerting the user to verify that mod_ssl is disabled. Tell the user about gencert so they can generate their own self-signed certificate.
* Initial import of mod_nssrcritten2005-05-171-0/+154