summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
* icc adjustmentsYang Tse2008-09-091-7/+6
* Select strict ANSI C89 conformance for iccYang Tse2008-09-081-0/+14
* - Keith Mok added supported_protocols and supported_features to the pkg-configDaniel Stenberg2008-09-021-0/+72
* Windows build targets don't use the 'SONAME' mechanism.Yang Tse2008-08-261-1/+2
* Added check and symbol definition for WIN32 file API usage in configure,Yang Tse2008-08-261-0/+1
* remove some leftover debug codeDaniel Stenberg2008-08-251-1/+1
* if the size of off_t is not the same as curl_off_t, this is not like how libcurlDaniel Stenberg2008-08-251-9/+21
* Introduced the configure option --enable-soname-bump that lets a user enforceDaniel Stenberg2008-08-241-0/+23
* revert accidental commit of test codeDaniel Stenberg2008-08-231-7/+0
* - Constantine Sapuntzakis fixed a bug when doing proxy CONNECT with the multiDaniel Stenberg2008-08-231-0/+7
* Sort of hackish approach to get the off_t size before large file supportDaniel Stenberg2008-08-221-0/+5
* Test case 557 now also verifies signed and unsigned int formatting.Yang Tse2008-08-211-0/+1
* Get rid of ENABLE_64BIT symbol definition and usage.Yang Tse2008-08-211-1/+2
* Use autoconf's result of AC_CHECK_SIZEOF(long) in CURL_CONFIGURE_LONGYang Tse2008-08-131-0/+1
* Fix IBM C and DEC/Compaq C compiler detectionYang Tse2008-08-091-4/+2
* Initial support of curlbuild.h and curlrules.h which allowsYang Tse2008-08-071-5/+4
* Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use.Yang Tse2008-08-041-3/+3