summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
...
* build: fix previous pushYang Tse2010-08-091-1/+1
* build: don't build libhostname unless shared libcurl is builtYang Tse2010-08-091-0/+7
* build: libhostname and chkhostname linkage adjustments followupYang Tse2010-08-091-0/+4
* SCP: send large files properly with new enough libssh2Daniel Stenberg2010-08-041-1/+3
* curl-config: --built-shared returns shared infoDaniel Stenberg2010-07-251-0/+4
* build: Enable configure --enable-werrorBen Greear2010-07-211-0/+7
* configure: document the STATICLIB variableDaniel Stenberg2010-07-121-0/+3
* configure: allow environments variable to override internalsDaniel Stenberg2010-07-121-19/+31
* http_ntlm: add support for NSSKamil Dudka2010-06-301-1/+2
* Enable OpenLDAP support for cygwin builds.Yang Tse2010-06-041-33/+8
* fix ldaps option issueYang Tse2010-06-011-13/+20
* fix ldap related compilation issuesYang Tse2010-06-011-3/+7
* LDAPS: list availability depending on SSL's presenceHoward Chu2010-05-281-4/+5
* LDAP: properly implemented as a curl_handlerHoward Chu2010-05-251-1/+4
* RMTP: the version code is now rtmp awareHoward Chu2010-05-151-1/+1
* Remove support for BSD version of PolarSSLHoi-Ho Chan2010-05-131-4/+0
* RTMP: initial support added, powered by librtmpHoward Chu2010-05-121-0/+78
* PolarSSL: initial support addedHoi-Ho Chan2010-05-051-3/+91
* new configure option --enable-threaded-resolverDaniel Stenberg2010-04-251-3/+25
* configure: check for libssh2_init and libssh2_exitDaniel Stenberg2010-04-251-1/+2
* 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