summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* configure: GSSAPI detection on ancient Linux distrosPaul Howarth2010-04-161-2/+9
* update the generic copyright year rangeDaniel Stenberg2010-03-311-1/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Daniel Johnson provided fixes for building with the clang compilerDaniel Stenberg2010-03-051-1/+4
* - [Daniel Johnson] I've been trying to build libcurl with clang on Darwin andDaniel Stenberg2010-03-021-14/+18
* Added size check for 'short' data typeYang Tse2010-02-041-1/+2
* minor fixes for --enable-ares configure optionYang Tse2010-01-261-77/+5
* adjust rtsp protocol support in curl-config and libcurl.pc when http is disabledYang Tse2010-01-221-7/+15
* In spite claiming to tbe disabled by default, RTSP is enabled and it nowDaniel Stenberg2010-01-221-10/+16
* Chris Conroy brought support for RTSP transfers, and with it comes 8(!) newDaniel Stenberg2010-01-211-0/+27
* - Suppressed side effect of OpenSSL configure checks, which prevented NSS fromKamil Dudka2010-01-141-13/+12
* remove trailing spaces from configure.acKamil Dudka2010-01-131-7/+7
* - David Byron fixed Curl_ossl_cleanup to actually call ENGINE_cleanup whenDaniel Stenberg2009-12-171-0/+1
* might as well output all supported protocols at the end of configure toDaniel Stenberg2009-12-121-0/+1
* show POP3S, IMAPS and SMTPS as protocols if SSL is enabledDaniel Stenberg2009-12-121-0/+9
* support disabling POP3, IMAP and SMTP and now they also appear in curl-configDaniel Stenberg2009-12-121-0/+60
* When using icc, compile with -fpic and link with intel dynamic libraries.Yang Tse2009-11-241-19/+20
* Make configure remove the curlbuild.h file included in distribution tarballsYang Tse2009-11-221-0/+5
* - David Byron improved the configure script to use pkg-config to find OpenSSLKamil Dudka2009-11-151-6/+35
* Remove enable-thread / disable-thread configure option. These were only placeboYang Tse2009-11-151-45/+0
* Added '--configure' option to curl-config to display original configure argum...Claes Jakobsson2009-11-141-0/+6
* Refactor how preprocessor symbol _THREAD_SAFE definition is done.Yang Tse2009-11-141-29/+1
* - Claes Jakobsson restored the configure functionality to detect NSS whenDaniel Stenberg2009-11-141-1/+7
* libssh2 detection changes mentioned in http://curl.haxx.se/mail/lib-2009-10/0...Yang Tse2009-10-281-3/+3
* Fix spellingYang Tse2009-10-271-1/+1
* - Attempt to use pkg-config for finding out libssh2 installation detailsDaniel Stenberg2009-10-211-9/+24
* Use *_CHECK_PATH_SEPARATOR_REQUIRED to ensure that *_CHECK_PATH_SEPARATORYang Tse2009-10-191-1/+1
* Check for basename() is now done the same as other function checksYang Tse2009-10-181-17/+2
* Added check for memrchr function or macroYang Tse2009-09-281-0/+1
* Moved the libssh2 checks after the SSL library checks. This helps whenDan Fandrich2009-09-161-71/+71
* added --with-nss to configure output.Gunter Knauf2009-09-041-1/+1
* a failed libssh2 check must not pollute the variablesDaniel Stenberg2009-09-011-0/+5
* - configure now tries to use pkg-config for a number of sub-dependencies evenDaniel Stenberg2009-09-011-6/+14
* - Marc de Bruin pointed out that configure --with-gnutls=PATH didn't workDaniel Stenberg2009-08-241-5/+6
* renamed generated config.h to curl_config.h in order to avoid clashes when li...Gunter Knauf2009-07-141-1/+1
* bring back the libgnutls-config use for checking for GnuTLS if pkg-configDaniel Stenberg2009-07-091-8/+29
* Refactor how libraries are checked for connect() function,Yang Tse2009-06-201-2/+2
* add CloseSocket camel case function checkYang Tse2009-06-181-0/+1
* socket() and closesocket() prototypes might be in socket.hYang Tse2009-06-171-0/+1
* check for socket() and closesocket() as it is done for other functionsYang Tse2009-06-171-2/+2
* Added --enable-curldebug configure option to enable and disable buildingYang Tse2009-06-091-15/+9
* - Triggered by bug report #2798852 and the patch in there, I fixed configureDaniel Stenberg2009-06-081-18/+7
* Revert delegating c-ares linking magic on libtool and auto-makefiles when usingYang Tse2009-06-061-5/+5
* c-ares embbeded builds header include paths fully defined in makefilesYang Tse2009-06-041-2/+2
* - Claes Jakobsson fixed the configure script to better find and use NSSDaniel Stenberg2009-06-011-2/+2
* Delegate c-ares linking magic on libtool and auto-makefiles when usingYang Tse2009-05-301-8/+9
* c-ares's --enable-curldebug configure option decoupled from c-ares's --enable...Yang Tse2009-05-261-0/+4
* Remove experimental check. Currently there's no need for it.Yang Tse2009-05-111-1/+0
* Remove DOS and TPF package's Makefile.amYang Tse2009-05-091-2/+0
* Fix an m4 overquoting triggering a spurious 'AS_TR_CPP' symbol definitionYang Tse2009-05-071-1/+1