summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Proper naming for the experimental compiler test and moved to *-compilers.m4Yang Tse2009-05-071-2/+1
* Use autobuilds to verify if a couple of experimental compiler tests pass on a...Yang Tse2009-05-061-0/+2
* fix makefile reference to packages/TPFYang Tse2009-05-041-0/+1
* HP-UX's X/Open network library requirement check follow-upYang Tse2009-05-031-21/+1
* Use build-time configured curl_socklen_t instead of socklen_tYang Tse2009-05-021-3/+0
* Remove temporary debug tracing for X/Open HP-UXYang Tse2009-05-011-4/+0
* Check definition of _XOPEN_SOURCE_EXTENDED with the compilerYang Tse2009-05-011-1/+1
* Add temporary debug tracing for X/Open HP-UXYang Tse2009-04-301-0/+4
* Check if X/Open network library is requiredYang Tse2009-04-301-0/+22
* Reorder curl_socklen_t and socklen_t equivalent check while both coexistYang Tse2009-04-271-2/+2
* Initial step towards a configure time curl_socklen_t definitionYang Tse2009-04-261-0/+2
* Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse2009-04-211-0/+1
* - Use libssh2_version() to present the libssh2 version in case the libssh2Daniel Stenberg2009-03-131-0/+3
* update the embedded copyright yearDaniel Stenberg2009-03-111-1/+1
* Fixed a problem with m4 quoting in the OpenSSL configure check reportedDan Fandrich2009-03-041-1/+1
* check for poll() as it is done for other functionsYang Tse2009-02-131-40/+1
* Fixed NTLM on curl-config --features with GnuTLSDan Fandrich2009-02-121-1/+1
* Added support for Digest and NTLM authentication using GnuTLS.Dan Fandrich2009-02-121-1/+1
* Don't add the standard /usr/lib or /usr/include paths to LDFLAGS and CPPFLAGSDan Fandrich2009-02-041-2/+5
* - Based on bug report #2498665 (http://curl.haxx.se/bug/view.cgi?id=2498665)Daniel Stenberg2009-01-111-48/+61
* changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since ju...Gunter Knauf2008-12-301-3/+3
* added check for sin6_scope_id member in struct sockaddr_in6.Gunter Knauf2008-12-271-0/+15
* Further adjust a libssh2 preprocessor function-symbol definition checkYang Tse2008-11-291-4/+0
* - Based on a patch by Vlad Grachov, libcurl now uses a new libssh2 0.19Daniel Stenberg2008-11-241-0/+4
* provide a common PATH_SEPARATOR check method which is required byYang Tse2008-11-181-0/+2
* check for gethostbyaddr and gethostbyname as it is done for other functionsYang Tse2008-11-181-4/+3
* trim down configure script sizeYang Tse2008-11-161-16/+2
* Refactor configure script detection of functions used to set sockets intoYang Tse2008-11-131-19/+14
* check for getifaddrs and freeifaddrs as it is done for other functionsYang Tse2008-11-081-1/+2
* check for freeaddrinfo() at configuration phaseYang Tse2008-10-301-0/+1