summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
* if ws2_32 is used, append the lib last in the LIBS list (too) to make itDaniel Stenberg2005-03-141-0/+12
* Added --enable-sspi that now make libcurl build with SSPI support. This onlyDaniel Stenberg2005-03-131-0/+24
* Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detectsDan Fandrich2005-03-111-0/+49
* Stopped linking to the SSL libs if a full installation isn't found.Dan Fandrich2005-03-091-2/+7
* Fixed the --with-zlib configure option so that it always adds the specifiedDan Fandrich2005-03-081-51/+58
* Based on Mike Dobbs' report, BUILDING_LIBCURL is now defined in here if itDaniel Stenberg2005-02-181-0/+11
* check for ENGINE_load_builtin_engines() as well if engine is aroundDaniel Stenberg2005-02-141-2/+6
* remove the check for strftime(), we don't need itDaniel Stenberg2005-02-111-1/+0
* check for errno.hDaniel Stenberg2005-01-181-0/+1
* nah, don't use the system's getpass() function since it too often is limitedDaniel Stenberg2004-12-261-1/+0
* My reimplementation and cleanup of the getpass source code. We officially noDaniel Stenberg2004-12-251-2/+1
* David Shaw fixed the disable variables so that curl-config --feature worksDaniel Stenberg2004-12-231-8/+8
* Marcin Konicki provided two configure fixes and a source fix to make curlDaniel Stenberg2004-12-221-0/+10
* check for openssl/pkcs12.hDaniel Stenberg2004-12-191-0/+3
* Dan Fandrich did minor corrections to his SSL cleanup patchDaniel Stenberg2004-12-131-2/+3
* Dan Fandrich:Daniel Stenberg2004-12-111-47/+68
* Ton Voon provided a configure fix that should fix the notorious (mostlyDaniel Stenberg2004-12-091-0/+6
* Dan Fandrich added the --disable-cookies option to configure to buildDaniel Stenberg2004-12-051-0/+19
* Andrés García fixed the configure script to detect select properly when runDaniel Stenberg2004-11-241-0/+14
* David Phillips fix for test 518 and my extension to make it not run onDaniel Stenberg2004-11-221-1/+4
* Dan Fandrich added the --disable-crypto-auth option to configure to allowDaniel Stenberg2004-11-121-0/+19
* Dan Fandrich can spell, I cannotDaniel Stenberg2004-11-111-1/+1
* fix a IDN detect/use mistakeDaniel Stenberg2004-11-111-0/+1
* Dan Fandrich added --disable-verboseDaniel Stenberg2004-11-111-10/+32
* When libidn is detected without explicitly told to, we provide -L/lib andDaniel Stenberg2004-11-111-10/+13
* dates from 2038 or later now return 0x7fffffff when 32 bit time_t is usedDaniel Stenberg2004-11-111-0/+1
* configure --with-gssapi fixDaniel Stenberg2004-11-101-12/+18
* weirdo hack to fix debian bug report 278691:Daniel Stenberg2004-11-081-0/+1
* check for and require tld.h to be present before libidn usage is activatedDaniel Stenberg2004-11-081-1/+1
* based Andres Garcia's patch, added for mingw buildDaniel Stenberg2004-11-041-0/+2
* When cross-compiling, the configure script no longer attempts to useDaniel Stenberg2004-11-011-2/+8
* Peter Wullinger pointed out that curl should call setlocale() properly toDaniel Stenberg2004-10-181-0/+2
* If long long is supported, check if [num]LL is supported for numericalDaniel Stenberg2004-10-101-1/+14
* if basename was found, check for a prototype and if none was found, provideDaniel Stenberg2004-10-081-0/+10
* check for tld_strerrorDaniel Stenberg2004-10-071-1/+1
* Dan Fandrich fix for hosts that need both -lnsl and -lsocketDaniel Stenberg2004-10-061-1/+1