summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
...
* Gcc on Solaris sparc wants -R and not -rpath1.4.6Trond Norbye2011-07-151-4/+5
* Issue 121: Set the runtime path when --with-libevent is usedTrond Norbye2011-07-131-0/+4
* Fix cross compilation issues in configureTrond Norbye2010-11-111-23/+10
* Add support for --enable-sasl-pwdbTrond Norbye2010-03-061-1/+36
* Backporting AC_PROG_CC_C99 macro for redhat.Dustin Sallings2010-02-201-1/+2
* add tests to detect ARM CPU alignment issuesPaul Lindner2009-12-261-1/+7
* Allow semi-broken C99 compilers to compile memcachedTrond Norbye2009-11-041-1/+49
* Relax the warnings a bit for cyrus-saslDustin Sallings2009-10-251-1/+1
* Look for sasl.Dustin Sallings2009-10-251-0/+15
* Fixed some more == in shell tests.Dustin Sallings2009-10-181-3/+3
* Issue 97: Check for the existence of libgcovTrond Norbye2009-10-121-2/+9
* Add support for hugetlbfs (for Linux).Trond Norbye2009-09-181-0/+1
* Issue: #83: Refactor: use htonll or ntohll if the os provides themTrond Norbye2009-09-021-0/+22
* Fix caching of alignment requirement detection.Mat Hostetter2009-08-231-2/+2
* Use -pthread when compiling threaded code with gccTrond Norbye2009-08-221-1/+2
* Configure fix for CC that's not in path.Dustin Sallings2009-08-221-1/+1
* Only turn off strict aliasing for gcc 4.4.*1.4.01.4-rc1Dustin Sallings2009-07-091-1/+7
* Disable strict aliasing (issue 60)Dustin Sallings2009-07-091-1/+1
* Create a generic cache for objects of same sizeTrond Norbye2009-04-171-1/+8
* Ignore SIGHUP when running as a daemonTrond Norbye2009-04-141-0/+3
* Use git's version number for releases.Dustin Sallings2009-03-261-1/+2
* Detect broken compilation environment on SolarisTrond Norbye2009-03-161-0/+4
* Conditionally disable the generation of docs.Dustin Sallings2009-03-131-1/+7
* Updated version numbers.1.3.2Dustin Sallings2009-03-111-1/+1
* Added --disable-coverageTrond Norbye2009-03-101-42/+53
* Fix output from DETECT_ICC macro when $GCC != "yes"Trond Norbye2009-03-101-2/+4
* Modified the dtrace build supportTrond Norbye2009-03-041-8/+6
* Detect xml2rfc and xsltproc during configure and generate the documentation a...Trond Norbye2009-03-041-0/+4
* Drop privileges when running on SolarisTrond Norbye2009-03-031-0/+16
* Fix shell bug in configure.Dustin Sallings2009-02-131-1/+1
* Workaround Solaris autoconf interaction to look for C99.Dustin Sallings2009-02-131-12/+9
* Link with libumem if availableTrond Norbye2009-02-091-0/+1
* icc: Enable -Wall and -WerrorDustin Sallings2009-02-021-1/+1
* icc: disable "= where == may be intended" warningDustin Sallings2009-02-021-1/+1
* Get build working under ICC.Dustin Sallings2009-02-021-3/+42
* libgcov is needed for gcov debug builds.Dustin Sallings2009-01-291-0/+2
* Added support for test code coverage output for "make test" targetVictor Kirkebo2009-01-291-0/+26
* Remove stats malloc and stats mapsTrond Norbye2009-01-291-18/+0
* Fixed whitespace in configure.acTrond Norbye2009-01-221-1/+1
* Disable mallinfo on SolarisTrond Norbye2009-01-221-6/+16
* Realign command input buffer (binary protocol)Trond Norbye2009-01-031-0/+26
* Invoke the dtrace binary we searched for instead of searching the pathTrond Norbye2009-01-031-1/+1
* Always use bundled daemonize function, fixed warnings on MacOSXTrond Norbye2009-01-031-3/+0
* Add -Wall to gcc compilationTrond Norbye2009-01-031-1/+1
* Removed compiler warnings and increased warning levelTrond Norbye2009-01-031-0/+14
* dtrace on macosx does not support -GTrond Norbye2009-01-031-4/+12
* DTrace probe fix, Fix typo in configure script, Use calloc(3) instead of mall...Ricky Zhou2009-01-031-1/+1
* Applied Trond's false assertion removal patch and stamped to 1.3.1Trond Norbye2009-01-031-1/+1
* Add DTrace probes for Solaris/etc.Trond Norbye2009-01-021-1/+21
* Code modified to only build and run under multi-threaded mode.Toru Maesaka2008-04-281-18/+13