aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2009-06-04c-ares embbeded builds header include paths fully defined in makefilesYang Tse
2009-06-01- Claes Jakobsson fixed the configure script to better find and use NSSDaniel Stenberg
2009-05-30Delegate c-ares linking magic on libtool and auto-makefiles when usingYang Tse
2009-05-26c-ares's --enable-curldebug configure option decoupled from c-ares's --enable...Yang Tse
2009-05-11Remove experimental check. Currently there's no need for it.Yang Tse
2009-05-09Remove DOS and TPF package's Makefile.amYang Tse
2009-05-07Fix an m4 overquoting triggering a spurious 'AS_TR_CPP' symbol definitionYang Tse
2009-05-07Proper naming for the experimental compiler test and moved to *-compilers.m4Yang Tse
2009-05-06Use autobuilds to verify if a couple of experimental compiler tests pass on a...Yang Tse
2009-05-04fix makefile reference to packages/TPFYang Tse
2009-05-03HP-UX's X/Open network library requirement check follow-upYang Tse
2009-05-02Use build-time configured curl_socklen_t instead of socklen_tYang Tse
2009-05-01Remove temporary debug tracing for X/Open HP-UXYang Tse
2009-05-01Check definition of _XOPEN_SOURCE_EXTENDED with the compilerYang Tse
2009-04-30Add temporary debug tracing for X/Open HP-UXYang Tse
2009-04-30Check if X/Open network library is requiredYang Tse
2009-04-27Reorder curl_socklen_t and socklen_t equivalent check while both coexistYang Tse
2009-04-26Initial step towards a configure time curl_socklen_t definitionYang Tse
2009-04-21Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse
2009-03-13- Use libssh2_version() to present the libssh2 version in case the libssh2Daniel Stenberg
2009-03-11update the embedded copyright yearDaniel Stenberg
2009-03-04Fixed a problem with m4 quoting in the OpenSSL configure check reportedDan Fandrich
2009-02-13check for poll() as it is done for other functionsYang Tse
2009-02-12Fixed NTLM on curl-config --features with GnuTLSDan Fandrich
2009-02-12Added support for Digest and NTLM authentication using GnuTLS.Dan Fandrich
2009-02-04Don't add the standard /usr/lib or /usr/include paths to LDFLAGS and CPPFLAGSDan Fandrich
2009-01-11- Based on bug report #2498665 (http://curl.haxx.se/bug/view.cgi?id=2498665)Daniel Stenberg
2008-12-30changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since ju...Gunter Knauf
2008-12-27added check for sin6_scope_id member in struct sockaddr_in6.Gunter Knauf
2008-11-29Further adjust a libssh2 preprocessor function-symbol definition checkYang Tse
2008-11-24- Based on a patch by Vlad Grachov, libcurl now uses a new libssh2 0.19Daniel Stenberg
2008-11-18provide a common PATH_SEPARATOR check method which is required byYang Tse
2008-11-18check for gethostbyaddr and gethostbyname as it is done for other functionsYang Tse
2008-11-16trim down configure script sizeYang Tse
2008-11-13Refactor configure script detection of functions used to set sockets intoYang Tse
2008-11-08check for getifaddrs and freeifaddrs as it is done for other functionsYang Tse
2008-10-30check for freeaddrinfo() at configuration phaseYang Tse
2008-10-29make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDRYang Tse
2008-10-28Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse
2008-10-28Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse
2008-10-22remove from configure.ac temporary magic for the icc seg-fault issueYang Tse
2008-10-21some more temporary magic for the icc seg-fault issueYang Tse
2008-10-20some more temporary magic for the icc seg-fault issueYang Tse
2008-10-15Ensure that shell variable contents which have active meaningYang Tse
2008-10-09Fixed the --interface option to work with IPv6 connections on glibcDan Fandrich
2008-10-07Initial attempt to support configure's --(dis|en)able-optimizeYang Tse
2008-10-02Initial attempt to support configure's --(dis|en)able-warningsYang Tse
2008-09-30now compiler warnings are activated for all gcc builds, not only debug ones.Yang Tse
2008-09-30Use CFLAGS for icc linker options instead of LDFLAGS,Yang Tse
2008-09-29spell!Daniel Stenberg