aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
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
2008-09-10improve detection of strdup() and ftruncate()Yang Tse
2008-09-10improve detection of sigaction() and strtok_r()Yang Tse
2008-09-10icc adjustmentsYang Tse
2008-09-10improve detection of gmtime_r() and strtoll()Yang Tse
2008-09-09icc adjustmentsYang Tse
2008-09-08Select strict ANSI C89 conformance for iccYang Tse
2008-09-02- Keith Mok added supported_protocols and supported_features to the pkg-configDaniel Stenberg
2008-08-26Windows build targets don't use the 'SONAME' mechanism.Yang Tse
2008-08-26Added check and symbol definition for WIN32 file API usage in configure,Yang Tse
2008-08-25remove some leftover debug codeDaniel Stenberg
2008-08-25if the size of off_t is not the same as curl_off_t, this is not like how libcurlDaniel Stenberg
2008-08-24Introduced the configure option --enable-soname-bump that lets a user enforceDaniel Stenberg
2008-08-23revert accidental commit of test codeDaniel Stenberg
2008-08-23- Constantine Sapuntzakis fixed a bug when doing proxy CONNECT with the multiDaniel Stenberg
2008-08-22Sort of hackish approach to get the off_t size before large file supportDaniel Stenberg
2008-08-21Test case 557 now also verifies signed and unsigned int formatting.Yang Tse
2008-08-21Get rid of ENABLE_64BIT symbol definition and usage.Yang Tse
2008-08-13Use autoconf's result of AC_CHECK_SIZEOF(long) in CURL_CONFIGURE_LONGYang Tse