summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* prevent an error message if an old autoconf without AC_PROG_CC_C99 is used butStefan Fritsch2010-06-141-1/+1
* Building DSOs by default should set MOD_SO_ENABLED.Rainer Jung2010-06-071-1/+1
* - Introduce log levels trace1/.../trace8Stefan Fritsch2010-06-061-0/+3
* Fix lookup of apu-config for VPATH buildsRainer Jung2010-06-061-1/+1
* For included APR, apr-config is not in the srcdir but insteadRainer Jung2010-06-051-3/+3
* more configure-time support for dynamically loadable MPMs:Jeff Trawick2009-11-031-1/+0
* Make sure that --enable-maintainer-mode increase warnings/errors level.Jean-Frederic Clere2009-09-291-0/+5
* Always make mod_*.h files available where they exist, modpath by modpathWilliam A. Rowe Jr2009-08-281-1/+1
* Bring back OS/2 support.Brian Havard2009-08-261-19/+41
* Here's the simpler solution to the two groups of mappers/ modules...William A. Rowe Jr2009-05-081-1/+1
* Move logic to decide if an MPM is supported, and whether the MPM is Jeff Trawick2009-04-171-3/+0
* stop exporting APACHE_MPM_DIR to modules -- unclear why this was ever necessa...Jeff Trawick2009-03-311-3/+0
* The Event MPM is no longer experimental; move it out of that ghetto.Jeff Trawick2009-03-271-20/+0
* remove OS/2 platform supportJeff Trawick2009-03-261-41/+19
* remove BeOS OS supportJeff Trawick2009-03-261-8/+0
* finish removing BeOS MPMJeff Trawick2009-03-261-1/+0
* * configure.in: Allow configure to be built without find_apu.m4,Joe Orton2009-03-251-1/+6
* fix shell syntax error in check for apr major versionJeff Trawick2009-03-241-1/+1
* Introduce a new set of APIs to allow MPMs to be proper modules insteadJeff Trawick2009-03-241-1/+1
* * configure.in: If APR version is 2, APR-util does not exist.Joe Orton2009-03-241-8/+16
* improve acceptance of APR/APR-Util trunk/2.0-devJeff Trawick2009-03-021-19/+14
* Allow --with-included-apr to pick up APR trunk/2.xEric Covener2009-01-181-4/+12
* pcre-config --cflags actually emits include paths not cflags, so add it toJustin Erenkrantz2009-01-031-3/+6
* Fix correct linking against PCRE.Rainer Jung2009-01-031-7/+10
* Only link libhttpd against pcre.Rainer Jung2009-01-031-1/+2
* We need to link only ab against libm (because ofRainer Jung2009-01-031-0/+6
* Import the core parts of the DTrace patch. This is a modified and updated Paul Querna2008-12-051-1/+29
* * Enable the use of autoconf >= 2.62 without causing APR / APR-UTIL optionsRuediger Pluem2008-11-301-0/+9
* * buildconf, configure.in: Don't attempt to configure theJoe Orton2008-11-281-1/+1
* Stop bundling PCRE in trunk.Paul Querna2008-11-261-25/+10
* Bump trunk to require apr-util >=1.3.x, since we already require apr >=1.3.x.Paul Querna2008-11-031-2/+2
* Adopt conditional handling for the new AC_USE_SYSTEM_EXTENSIONS as of 2.60.William A. Rowe Jr2008-06-201-1/+7
* AC_USE_SYSTEM_EXTENSIONS encompases _MINIX and _AIX andWilliam A. Rowe Jr2008-06-201-2/+1
* For *trunk/* development, presume at least apr-1.3 (now released) forWilliam A. Rowe Jr2008-06-051-1/+2
* Determine registered authn/z providers directly in ap_setup_auth_internal(),Chris Darroch2008-05-221-1/+1
* Revert unintentional changes in r657354Nick Kew2008-05-171-2/+2
* configure: Don't reject libtool 2.xNick Kew2008-05-171-3/+3
* mod_session: Add a generic session interface to unify the differentGraham Leggett2008-04-041-1/+1
* Enabled to configure the https port as we do with http port too.Guenter Knauf2007-12-211-0/+4
* As APR 1.2.x cannot solve it's issues with apr_proc_create(),William A. Rowe Jr2007-10-051-2/+2
* Fix VPATH builds of httpd with the apr_memcache backend for ssl sessions, whe...Paul Querna2007-07-121-0/+2
* Add alternative fixes for CVE-2007-3304:Joe Orton2007-06-291-0/+1
* * configure.in: Substitute MOD_SO_ENABLED variable.Joe Orton2007-01-101-0/+2
* * configure.in: Bump autoconf version requirement (matching APR).Joe Orton2007-01-041-1/+1
* Disable the getpwnam and getgrnam functions, since they aren't available on w...Paul Querna2006-07-151-0/+2
* include/ap_config.h: Include the autoconf generated header that defines what ...Paul Querna2006-07-151-0/+1
* Bring in basic support for building the winnt MPM under mingw32, using the au...Paul Querna2006-07-151-0/+4
* * configure.in: Use common variables for the required APR/APR-utilJoe Orton2006-06-011-4/+10
* The syntax ">&/dev/null" is csh-style, not bourne-style shell.Martin Kraemer2006-05-291-1/+1
* * configure.in: Add --with-included-apr flag to force use of theJoe Orton2006-04-191-2/+15