summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* clean up the generation of APR_HAS_foo_SERIALIZE just a bit by usingJeff Trawick2001-06-271-8/+4
* tighten up the checking for when we have pthread process serialization;Jeff Trawick2001-06-261-2/+3
* Export APR_HAS_foo_SERIALIZE symbols from APR so apps can tell which lockJeff Trawick2001-06-261-1/+16
* Add apr_lock_create_np() (Unix only, for now) which allows the caller toJeff Trawick2001-06-261-0/+7
* Fix the check for flock() so we don't get confused on AIX.Jeff Trawick2001-06-261-1/+1
* OS/2: correct APR_SIZE_T_FMTBrian Havard2001-06-161-1/+5
* Justin dons a big, brown paper bag over his head.Justin Erenkrantz2001-06-141-4/+3
* Ooopsie. Some unintended things slipped in.Victor J. Orlikowski2001-06-071-2/+0
* Generate httpd.exp on the fly.Victor J. Orlikowski2001-06-071-0/+2
* Detect the wacky Linux-specific condition where pthread_rwlock_init isJustin Erenkrantz2001-06-011-0/+25
* Implement read write locks. This commit will support POSIX pthreadJustin Erenkrantz2001-05-311-1/+1
* Get the compile flag types right and in order.Roy T. Fielding2001-05-181-3/+4
* don't hard-code some dll-related flags for OS/390 inJeff Trawick2001-05-151-5/+1
* build the APR memory code; otherwise, Apache won't build becauseJeff Trawick2001-05-131-1/+1
* OK, this commit basically tries to address the assert vs check thing we've allDavid Reid2001-05-131-1/+5
* Add the check for calloc to configure.in.David Reid2001-05-131-1/+1
* 2 small changes...David Reid2001-05-131-3/+10
* Allow LTFLAGS to be overridden by the configure command-lineRoy T. Fielding2001-05-121-8/+13
* Check for memchr.Branko Čibej2001-05-101-0/+2
* This removes MM from the beos build.David Reid2001-05-091-2/+0
* stop looking for getipnodebyname and getipnodebyaddr; weJeff Trawick2001-05-071-2/+0
* Fix a problem on unixware where clearing h_errno wouldn't work.Jeff Trawick2001-05-021-0/+2
* when DSO support is enabled, assume for OS/390 that APR symbols shouldJeff Trawick2001-05-011-1/+5
* Add the test and build directories (when present) to the recursiveRoy T. Fielding2001-05-011-1/+1
* Use symbols for AR and RANLIB. Add missing newline to output.Roy T. Fielding2001-05-011-2/+2
* Completely revamp configure so that it preserves the standard makeRoy T. Fielding2001-04-291-42/+61
* Get apr_snprintf() compiling again on platforms without isnan() orJeff Trawick2001-04-271-1/+1
* Clean up conditionals in unix DSO code so that we decide based on theWilfredo Sanchez2001-04-191-4/+9
* Check for NSLinkModule and enable dso if found.Wilfredo Sanchez2001-04-181-2/+5
* Fix detection of tm_gmtoff in struct tm, and remove some warnings.Ryan Bloom2001-04-141-1/+1
* If we don't have stdint.h then this stops the build from breaking as weDavid Reid2001-04-121-0/+2
* Carefully select an appropriate native type for apr_int64_t andRoy T. Fielding2001-04-121-12/+44
* Change --with-libtool to --enable-libtoolRyan Bloom2001-04-091-1/+1
* Cleanup the --with-libtool option. The test directory now compiles cleanlyRyan Bloom2001-04-091-3/+4
* Remove a debug statementRyan Bloom2001-04-081-1/+0
* Fix the touch invocation in the lt_compile variable so that we don'tJeff Trawick2001-04-081-1/+1
* The more elaborate check for getnameinfo() sets ac_cv_working_getnameinfoJeff Trawick2001-04-081-1/+1
* Cleanup the --without-libtool option. This ensures that the default willRyan Bloom2001-04-081-8/+7
* Don't litter the filesystem with ranlib and touch files if we aren't usingRyan Bloom2001-04-081-1/+1
* Repair the libtool parms so that we can link again.Jeff Trawick2001-04-071-1/+2
* Detect mach-o/dyld.h, which we'll need for DSO support on Darwin.Wilfredo Sanchez2001-04-071-0/+1
* Check for sigsuspend()Wilfredo Sanchez2001-04-061-0/+1
* Make libtool a configure-time option. This is done with --without-libtool.Ryan Bloom2001-04-061-0/+20
* Recognize systems where the TCP_NODELAY setting is inherited fromJeff Trawick2001-04-051-0/+4
* Change the getnameinfo check so that it should work on Tru64.David Reid2001-04-051-1/+1
* Oh bother. OPTIM isn't treated the same in apr andJim Jagielski2001-04-031-2/+2
* Minor sync-up of how httpd-2.0 and apr handlesJim Jagielski2001-04-031-2/+2
* If somebody requests sendfile, then we should compile for it.Ryan Bloom2001-04-031-20/+19
* Generate config.nice for easy re-run of configure, because Ryan wanted it.Roy T. Fielding2001-04-031-0/+4
* Fix the compile on platforms without accept filters.Ryan Bloom2001-04-031-0/+1