summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* - 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
* make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDRYang Tse2008-10-291-2/+0
* Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse2008-10-281-0/+1
* Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse2008-10-281-1/+7
* remove from configure.ac temporary magic for the icc seg-fault issueYang Tse2008-10-221-11/+7
* some more temporary magic for the icc seg-fault issueYang Tse2008-10-211-0/+4
* some more temporary magic for the icc seg-fault issueYang Tse2008-10-201-8/+8
* Ensure that shell variable contents which have active meaningYang Tse2008-10-151-9/+9
* Fixed the --interface option to work with IPv6 connections on glibcDan Fandrich2008-10-091-0/+1
* Initial attempt to support configure's --(dis|en)able-optimizeYang Tse2008-10-071-4/+18
* Initial attempt to support configure's --(dis|en)able-warningsYang Tse2008-10-021-169/+13
* now compiler warnings are activated for all gcc builds, not only debug ones.Yang Tse2008-09-301-4/+46