summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Kent Boortz improved the configure check for GnuTLS to properly set LIBSDaniel Stenberg2006-02-111-3/+3
* David Shaw finally removed all traces of Gopher and we are now officiallyDaniel Stenberg2006-01-161-18/+1
* Mention that PKG_CONFIG_PATH is preferred to --with-sslDan Fandrich2005-12-231-1/+1
* Checking for function getnameinfo and its arguments is finallyYang Tse2005-12-211-48/+3
* Fix, header checks must be done before using its results.Yang Tse2005-12-201-11/+13
* added our standard source headerDaniel Stenberg2005-12-201-1/+22
* Fix quotingYang Tse2005-12-201-3/+3
* Give third argument to AC_DEFINE_UNQUOTEDYang Tse2005-12-201-9/+11
* Adjust more windows header includesYang Tse2005-12-191-1/+28
* Fix Msys/Mingw not detecting getnameinfo() with AC_CHECK_FUNCSYang Tse2005-12-181-0/+28
* TYPE_SOCKLEN_T completely replaced by CURL_CHECK_TYPE_SOCKLEN_T.Yang Tse2005-12-161-20/+10
* Test CURL_CHECK_TYPE_SOCKLEN_TYang Tse2005-12-161-1/+2
* Experimental check for socklen_t CURL_CHECK_TYPE_SOCKLEN_TYang Tse2005-12-161-18/+15
* Tests to check the availability of compilable andYang Tse2005-12-151-0/+16
* Some preprocessors have problems if the # character isn't at position 1.Yang Tse2005-12-141-7/+7
* Check getnameinfo() argument types only if we have getnameinfo().Yang Tse2005-12-141-2/+16
* Determine the correct type to be passed to four of the `getnameinfo' function...Yang Tse2005-12-141-0/+2
* Yang Tse's fix of the inet_pton checkDaniel Stenberg2005-11-291-1/+2
* Yang Tse's changes to provide an inet_pton() proto for the platforms whoDaniel Stenberg2005-11-281-0/+9
* Doug Kaufman corrected my attempt to a generic "skip extra test for functionDaniel Stenberg2005-11-251-1/+2
* Doug Kaufman's set of patches to make curl build fine on DJGPP again usingDaniel Stenberg2005-11-241-2/+13
* Thanks to this nice summary of poll() implementations:Daniel Stenberg2005-11-131-2/+2
* Eugene Kotlyarov found out that cygwin's poll() function isn't doing thingsDaniel Stenberg2005-11-121-2/+2
* Dmitry Bartsevich discovered some issues in compatibilty of SSPI-enabledDaniel Stenberg2005-11-081-1/+0
* Domenico Andreoli's patch that removes a few 0xa0(!) bytesDaniel Stenberg2005-10-041-3/+3
* Since newer ares versions should work with ipv6, I modified the error messageDaniel Stenberg2005-09-201-1/+1
* ifdef for includes, added checking for two not previously checked files (oneDaniel Stenberg2005-09-151-0/+2
* John Kelly added TFTP support to libcurl. A bunch of new error codes wasDaniel Stenberg2005-09-021-0/+15
* oops, the GNU GSS patch could clobber the CPPFLAGS variable and it thusDaniel Stenberg2005-08-311-1/+1
* Simon Josefson brought GNU GSS supportDaniel Stenberg2005-08-291-26/+49
* avoid adding a blank dir to the LD_LIBRARY_PATH when OpenSSL is found in aDaniel Stenberg2005-08-211-6/+9
* Fixed --without-gnutlsDan Fandrich2005-07-271-2/+2
* Properly support the options --without-spnego --without-gssapi --without-krb4Dan Fandrich2005-07-201-15/+21
* specify the cares lib before the other libs, to make it build fine with mingwDaniel Stenberg2005-06-011-1/+1
* set LD_LIBRARY_PATH properly even when the openssl lib dir is found usingDaniel Stenberg2005-05-251-8/+16
* removed leftover debug message ("moo moo")Daniel Stenberg2005-05-221-1/+0
* Modified the gmtime_r check to not check for it until the "check for a workingDaniel Stenberg2005-05-161-24/+28
* define GMTIME_R to 0 if not workingDaniel Stenberg2005-05-161-0/+1
* attempt to detect a bad (as in HPUX 10.20 bad) gmtime_r functionDaniel Stenberg2005-05-161-0/+35
* adjusted the configure to always skip the fine-poll() test on Mac OS X (darwin)Daniel Stenberg2005-05-131-13/+26
* Now configure checks for struct sockaddr_storage and the ftp code triesDaniel Stenberg2005-05-021-0/+2
* Andres Garcia's fix for building static curl on windows.Daniel Stenberg2005-04-221-0/+8
* Check for and config for the ca cert bundle properly when built with GnuTLS.Daniel Stenberg2005-04-191-31/+33
* when --with-gnutls is used, we assume a bin/libgnutls-config file in theDaniel Stenberg2005-04-191-18/+22
* remove the warning for a lacking crypto lib since it migth just be a gnutlsDaniel Stenberg2005-04-191-4/+1
* if libgnutls-config isn't found in the given path, deal with it nicer (butDaniel Stenberg2005-04-151-2/+5
* set LD_LIBRARY_PATH when GnuTLS has been foundDaniel Stenberg2005-04-071-0/+10
* Add support for --with-gnutls. If configure detects OpenSSL, you need toDaniel Stenberg2005-04-071-8/+64
* fix configure's SSL-detection for msys/mingw (from Andres Garcia)Daniel Stenberg2005-03-301-14/+14
* added missing features to curl-configDaniel Stenberg2005-03-151-0/+1