summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
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
2008-09-29- Daniel Egger provided a patch that allows you to disable proxy support inDaniel Stenberg
2008-09-29use ac_cv_compiler and ac_cv_compiler_num to keep compiler ID and version numberYang Tse
2008-09-29Temporary icc adjustment:Yang Tse
2008-09-26siginterrupt, signal and sigsetjmp checksYang Tse
2008-09-24HAVE_INET_PTON will only be defined when an IPv6 capable workingYang Tse
2008-09-24configure script now checks availability of the inet_ntop() function,Yang Tse
2008-09-24temporarily enable CURL_CHECK_FUNC_INET_NTOA_RYang Tse
2008-09-24ntoa() and inet_ntoa_r() no longer usedYang Tse
2008-09-22icc adjustments for icc 9.0 and prior versions:Yang Tse
2008-09-20fix regression in configure script which affected OpenSSL builds on MSYSYang Tse
2008-09-19configure script now checks availability of the alarm() functionYang Tse
2008-09-19icc adjustments:Yang Tse
2008-09-18icc adjustmentsYang Tse
2008-09-17Fixed a syntax errorDan Fandrich
2008-09-17improve detection of gethostbyaddr_r() and gethostbyname_r()Yang Tse
2008-09-17improve detection of getservbyport_r()Yang Tse
2008-09-17On Linux Intel's icc uses gcc's header files, soYang Tse
2008-09-17improve detection of gethostname(), localtime_r() and strstr()Yang Tse
2008-09-16rearrange to allow internal/private use of ares_writev to any systemYang Tse
2008-09-15improve detection of:Yang Tse
2008-09-12improve detection of fdopen() and strerror_r()Yang Tse
2008-09-10Checked in some code improvements and minor fixes that I discovered in theDan Fandrich