summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Andreas Faerber and Scott McCreary made (lib)curl build for the Haiku OSDaniel Stenberg2008-05-261-0/+9
* update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse2008-05-201-51/+71
* fix underquoting of AC_LANG_PROGRAM argumentsYang Tse2008-05-201-3/+3
* update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse2008-05-201-21/+20
* better select() function detection that worksYang Tse2008-05-191-33/+1
* if WINSOCK2 API is used link with 'ws2_32', elseYang Tse2008-05-191-1/+8
* on winsock systems linking is done using library 'ws2_32' whenYang Tse2008-05-181-18/+42
* minor change for wince-cegcc and wince-mingw32ce supportYang Tse2008-05-171-1/+1
* remove duplicate checkYang Tse2008-05-141-2/+0
* skip checks for Windows specific header filesYang Tse2008-05-141-6/+17
* configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol onlyYang Tse2008-05-121-2/+3
* Add library checking for clock_gettime() supportYang Tse2008-05-101-1/+5
* Internal time differences now use monotonic time source if available.Yang Tse2008-05-091-30/+1
* - Yuriy Sosov pointed out a configure fix for detecting c-ares when that isDaniel Stenberg2008-05-031-0/+2
* - Bart Whiteley provided a patch that made libcurl work properly when an appDaniel Stenberg2008-05-011-0/+4
* Remove fflush() + fsync() previously introduced accelerated writing ofYang Tse2008-04-221-2/+0
* accelerate the writing of server input and response request filesYang Tse2008-04-201-0/+2
* - Fix the MIT / Heimdal check for good:Michal Marek2008-04-071-11/+32
* Removed the generated ca-bundle.h file. The verbatim value of $ca andMichal Marek2008-03-311-3/+0
* fix --with-libssh2 when given without pathDaniel Stenberg2008-03-271-1/+1
* Fixed a problem where curl-config --protocols could erroneously show LDAPSDan Fandrich2008-03-201-0/+6
* - Added --with-ca-path=DIRECTORY configure option to use an openSSL CApath byMichal Marek2008-03-201-1/+3
* (try to) use LIBS for libraries (-l) and LDFLAGS for paths (-L) in theMichal Marek2008-03-101-6/+11
* Fix the gssapi configure check to detect newer MIT Kerberos (patch byMichal Marek2008-03-061-6/+6
* Force AIX xlc to fail and not generate object code if the source code hasYang Tse2008-02-291-0/+3
* - We're no longer providing a very old ca-bundle in the curl tarball. You canDaniel Stenberg2008-02-181-22/+1
* sockfilt will quit when orphanedYang Tse2008-02-171-0/+1
* updated copyright year in the generated configureDaniel Stenberg2008-01-281-1/+1
* check availability of poll.h header at configuration time, and includeYang Tse2008-01-221-0/+3
* Disable ldap support for cygwin builds, since it breaks whole build process.Yang Tse2008-01-211-3/+22
* I made the curl tool switch from using CURLOPT_IOCTLFUNCTION to now use theDaniel Stenberg2008-01-111-1/+2
* remove mistaken "-d" from hereDaniel Stenberg2007-12-141-1/+1
* Upped copyright yearDan Fandrich2007-11-301-3/+3
* When --with-gssapi (without given path) is used, we must use krb5-config toDaniel Stenberg2007-11-281-0/+11
* Andres Garcia made the examples build fine on Windows (mingw + msys) whenDaniel Stenberg2007-11-171-0/+2
* Fixed curl-config --features to not display libz when it wasn't usedDan Fandrich2007-11-011-0/+1
* Fixed the output of curl-config --protocols which showed SCP and SFTPDan Fandrich2007-10-311-1/+2
* Based on one of those bug reports that are intercepted by a distro's bugDaniel Stenberg2007-10-291-1/+5
* Added the --static-libs option to curl-configDan Fandrich2007-10-251-0/+1
* Fix message shown when detecting icc versionYang Tse2007-10-191-0/+1
* Fix compiler warning: feupdateenv is not implemented and will always fail.Yang Tse2007-10-181-0/+36
* Add custom check for LDAP librariesYang Tse2007-10-141-11/+9
* Add custom checks for lber, ldap, ldapssl and ldap_ssl header filesYang Tse2007-10-141-18/+4
* Add check for winldap and winber header filesYang Tse2007-10-131-0/+2
* improve checking for ldap.h and ldap_ssl.h header filesYang Tse2007-10-101-4/+18
* Add check for lber.h and ldap.h header filesYang Tse2007-10-091-0/+4
* Use a native strcasestr() if found.Dan Fandrich2007-09-251-0/+1
* Rob Crittenden provided an NSS update with the following highlights:Daniel Stenberg2007-09-181-1/+9
* Added LDAPS, SCP and SFTP to curl-config --protocols.Dan Fandrich2007-09-141-8/+2
* added --enable-ldaps switch;Gunter Knauf2007-08-301-2/+30