| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_ssl/ab: only use "--static" for pkg-config when explicity requested | Kaspar Brand | 2013-01-05 | 1 | -3/+8 |
* | Improve pkg-config usage for mod_ssl/ab: | Kaspar Brand | 2013-01-03 | 1 | -3/+6 |
* | Follow on to r1393976 and r1396424: | Jeff Trawick | 2012-10-10 | 1 | -10/+3 |
* | Fix usage of MOD_* variables for MPM modules | Stefan Fritsch | 2012-10-07 | 1 | -2/+23 |
* | Spin off module-specific build options into separate build vars. | Kaspar Brand | 2012-09-16 | 1 | -11/+27 |
* | revert r1358167, in preparation of the next commit | Kaspar Brand | 2012-09-16 | 1 | -43/+30 |
* | Work correctly with a development version of OpenSSL. I suspect | Ben Laurie | 2012-07-06 | 1 | -30/+43 |
* | * acinclude.m4: Use AC_MSG_NOTICE. | Joe Orton | 2012-05-23 | 1 | -1/+1 |
* | Avoid AC_TRY_RUN break with cross-compile. | Guenter Knauf | 2012-04-20 | 1 | -1/+1 |
* | Next step to make cross compilation a bit easier. | Guenter Knauf | 2012-04-20 | 1 | -0/+2 |
* | Improve indentation, no code change | Stefan Fritsch | 2012-01-22 | 1 | -18/+19 |
* | Make APACHE_MODULE() accept an optional prerequisite module for configure. | Stefan Fritsch | 2012-01-20 | 1 | -3/+20 |
* | A stab at libapreq build integration, still disabled by default. | Joe Orton | 2011-11-11 | 1 | -0/+2 |
* | Only load the really imporant modules (i.e. those enabled by the 'few' | Stefan Fritsch | 2011-11-10 | 1 | -1/+1 |
* | Fix selection of loaded modules on AIX because its grep doesn't understand \<... | Stefan Fritsch | 2011-11-10 | 1 | -2/+2 |
* | Load all modules in the generated default configuration | Rainer Jung | 2011-11-08 | 1 | -0/+1 |
* | By default, only load those modules that are either required | Stefan Fritsch | 2011-11-08 | 1 | -4/+9 |
* | Add some CFLAGS in maintainer mode if supported by gcc: | Stefan Fritsch | 2011-10-08 | 1 | -0/+22 |
* | Allow to explicitly disable modules even with module selection 'reallyall' | Stefan Fritsch | 2011-08-08 | 1 | -3/+3 |
* | Enforce OpenSSL 0.9.7 as a minimum requirement in configure, and | Kaspar Brand | 2011-08-07 | 1 | -12/+9 |
* | Drop support for the RSA BSAFE SSL-C toolkit from configure, | Kaspar Brand | 2011-08-07 | 1 | -115/+60 |
* | Simplify dependency checking code for mod_proxy_fdpass. This also fixes | Stefan Fritsch | 2011-08-05 | 1 | -0/+3 |
* | Enable ldap modules in 'all' and 'most' selections if ldap is compiled into | Stefan Fritsch | 2011-08-05 | 1 | -0/+21 |
* | enable mod_ssl at level 'most' | Stefan Fritsch | 2011-07-24 | 1 | -131/+136 |
* | Don't fail if a module is selected for 'most' or 'all' but the dependencies | Stefan Fritsch | 2011-07-24 | 1 | -8/+14 |
* | Tolerate dependency checking failures in configure | Rainer Jung | 2011-07-05 | 1 | -1/+1 |
* | Support reallyall option to configure also for | Rainer Jung | 2011-07-04 | 1 | -4/+4 |
* | keep -DAP_HOOK_PROBES_ENABLED (--enable-hook-probes) and | Jeff Trawick | 2011-05-09 | 1 | -0/+1 |
* | Removed leftover from 2.0.x. | Guenter Knauf | 2010-10-20 | 1 | -2/+0 |
* | - Add reallyall option to configure to build everything that can be built with | Stefan Fritsch | 2010-06-19 | 1 | -12/+26 |
* | Fix MPM event/libserf build problems: If libserf was installed during build, | Stefan Fritsch | 2010-06-13 | 1 | -2/+46 |
* | make shared moduled and module set "most" the default. | Rainer Jung | 2010-06-07 | 1 | -18/+40 |
* | fix VPATH builds, broken by the support for --enable-mpms-shared | Jeff Trawick | 2009-11-16 | 1 | -0/+3 |
* | fix bad doc for an argument to APACHE_MPM_MODULE() | Jeff Trawick | 2009-11-15 | 1 | -1/+1 |
* | Add a LoadModule directive for the default MPM to the conf file when building... | Jeff Trawick | 2009-11-04 | 1 | -0/+4 |
* | Change the configure-based MPM build mechanism to support building | Jeff Trawick | 2009-11-03 | 1 | -0/+53 |
* | Remove code to support per-dir-CA configuration which relies on a | Joe Orton | 2009-03-23 | 1 | -1/+0 |
* | Make OpenSSL pkg-config usage consistent so that we don't run the early | Justin Erenkrantz | 2009-01-03 | 1 | -25/+29 |
* | Fix up SSL autoconf-fu so as not to emit bogus lines. | Justin Erenkrantz | 2009-01-03 | 1 | -5/+4 |
* | SSL libs are needed in linking only for ab and mod_ssl. | Rainer Jung | 2009-01-03 | 1 | -1/+7 |
* | * Correctly set SSL_LIBS during openssl detection if pkgconfig is not available. | Ruediger Pluem | 2008-11-06 | 1 | -2/+2 |
* | This macro for SSL detection was altogether wrong. Refactoring | William A. Rowe Jr | 2008-06-20 | 1 | -67/+45 |
* | Since we are using AC_CACHE_CHECK, avoid warning | Jim Jagielski | 2008-06-09 | 1 | -4/+4 |
* | Enable to configure the https port - missing pieces. | Guenter Knauf | 2007-12-25 | 1 | -0/+1 |
* | * acinclude.m4: When enabling a static library, ensure that the module's | Justin Erenkrantz | 2006-03-18 | 1 | -0/+3 |
* | * acinclude.m4 (APACHE_CHECK_SSL_TOOLKIT): Add PKG_CONFIG_PATH for | Joe Orton | 2006-02-17 | 1 | -0/+4 |
* | * acinclude.m4 (APACHE_ENABLE_MODULES): Support passing "none" to | Joe Orton | 2005-12-16 | 1 | -9/+14 |
* | Invert the "yes" and "no" values for $ap_void_ptr_lt_long, which | Colm MacCarthaigh | 2005-10-04 | 1 | -3/+3 |
* | One way or another, whether we leave the casts in or out, right now we are | Colm MacCarthaigh | 2005-10-04 | 1 | -0/+21 |
* | Use rsync to install manual and htdocs to speed up installation times. | Justin Erenkrantz | 2005-09-30 | 1 | -0/+1 |