summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Use CFLAGS for icc linker options instead of LDFLAGS,Yang Tse2008-09-301-3/+3
* spell!Daniel Stenberg2008-09-291-1/+1
* - Daniel Egger provided a patch that allows you to disable proxy support inDaniel Stenberg2008-09-291-0/+16
* use ac_cv_compiler and ac_cv_compiler_num to keep compiler ID and version numberYang Tse2008-09-291-34/+49
* Temporary icc adjustment:Yang Tse2008-09-291-0/+2
* siginterrupt, signal and sigsetjmp checksYang Tse2008-09-261-22/+3
* HAVE_INET_PTON will only be defined when an IPv6 capable workingYang Tse2008-09-241-10/+1
* configure script now checks availability of the inet_ntop() function,Yang Tse2008-09-241-0/+1
* temporarily enable CURL_CHECK_FUNC_INET_NTOA_RYang Tse2008-09-241-0/+1
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-241-2/+1
* icc adjustments for icc 9.0 and prior versions:Yang Tse2008-09-221-0/+4
* fix regression in configure script which affected OpenSSL builds on MSYSYang Tse2008-09-201-0/+18
* configure script now checks availability of the alarm() functionYang Tse2008-09-191-0/+1
* icc adjustments:Yang Tse2008-09-191-0/+4
* icc adjustmentsYang Tse2008-09-181-0/+6
* Fixed a syntax errorDan Fandrich2008-09-171-2/+2
* improve detection of gethostbyaddr_r() and gethostbyname_r()Yang Tse2008-09-171-2/+4
* improve detection of getservbyport_r()Yang Tse2008-09-171-0/+1
* On Linux Intel's icc uses gcc's header files, soYang Tse2008-09-171-4/+3
* improve detection of gethostname(), localtime_r() and strstr()Yang Tse2008-09-171-3/+5
* rearrange to allow internal/private use of ares_writev to any systemYang Tse2008-09-161-0/+2
* improve detection of:Yang Tse2008-09-151-5/+9
* improve detection of fdopen() and strerror_r()Yang Tse2008-09-121-2/+4
* Checked in some code improvements and minor fixes that I discovered in theDan Fandrich2008-09-101-4/+4
* improve detection of strdup() and ftruncate()Yang Tse2008-09-101-2/+2
* improve detection of sigaction() and strtok_r()Yang Tse2008-09-101-2/+2
* icc adjustmentsYang Tse2008-09-101-5/+5
* improve detection of gmtime_r() and strtoll()Yang Tse2008-09-101-42/+3