summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adjust DEC/Compaq C compiler settings.Yang Tse2008-08-031-0/+2
* Another AC_TRY_COMPILE conversion to AC_COMPILE_IFELSEYang Tse2008-08-031-10/+11
* No longer test availability of the gdi32 library, nor use it for linking, evenYang Tse2008-08-021-22/+0
* Another AC_TRY_LINK conversion to AC_LINK_IFELSE.Yang Tse2008-08-011-54/+60
* These lines were unintentionally removed in previous commitYang Tse2008-07-271-0/+4
* Partially undo change that prevented SED, GREP, EGREP and AR from being chang...Yang Tse2008-07-271-13/+3
* Remove explicit inclusion of our m4 files first. It was interesting as a test,Yang Tse2008-07-271-8/+0
* Another step towards detecting if _REENTRANT is already defined or actuallyYang Tse2008-07-271-1/+1
* Explicitly include our m4 files first. This might minimize the impactYang Tse2008-07-261-0/+8
* simplify multi '#' char comment lineYang Tse2008-07-261-1/+1
* Another step towards detecting if _REENTRANT is already defined or actuallyYang Tse2008-07-241-1/+1
* Make sure that configure process tests are done with the same _REENTRANTYang Tse2008-07-221-0/+3
* Adjust DEC/Compaq C compiler settingsYang Tse2008-07-201-2/+2
* Adjust DEC/Compaq C compiler settingsYang Tse2008-07-191-2/+4
* Configure process now checks availability of recvfrom() socket function andYang Tse2008-07-161-2/+1
* Initial DEC/Compaq C compiler detection and flagsYang Tse2008-07-161-0/+16
* egrep and ar are also mandatoryYang Tse2008-07-041-18/+40
* The configure process will now halt when sed or grep are unavailableYang Tse2008-07-021-6/+13
* IBM C/C++ compiler predefined macro checkYang Tse2008-07-011-1/+3
* set earlier in configure process IBM compilers optimization flagsYang Tse2008-07-011-23/+15
* Modified configuration script to actually verify if the compiler is goodYang Tse2008-06-201-29/+40
* Andreas Faerber and Scott McCreary made (lib)curl build for the Haiku OSDaniel Stenberg2008-05-261-0/+9
* update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse2008-05-201-51/+71
* fix underquoting of AC_LANG_PROGRAM argumentsYang Tse2008-05-201-3/+3
* update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse2008-05-201-21/+20
* better select() function detection that worksYang Tse2008-05-191-33/+1
* if WINSOCK2 API is used link with 'ws2_32', elseYang Tse2008-05-191-1/+8
* on winsock systems linking is done using library 'ws2_32' whenYang Tse2008-05-181-18/+42
* minor change for wince-cegcc and wince-mingw32ce supportYang Tse2008-05-171-1/+1
* remove duplicate checkYang Tse2008-05-141-2/+0
* skip checks for Windows specific header filesYang Tse2008-05-141-6/+17
* configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol onlyYang Tse2008-05-121-2/+3
* Add library checking for clock_gettime() supportYang Tse2008-05-101-1/+5
* Internal time differences now use monotonic time source if available.Yang Tse2008-05-091-30/+1
* - Yuriy Sosov pointed out a configure fix for detecting c-ares when that isDaniel Stenberg2008-05-031-0/+2
* - Bart Whiteley provided a patch that made libcurl work properly when an appDaniel Stenberg2008-05-011-0/+4
* Remove fflush() + fsync() previously introduced accelerated writing ofYang Tse2008-04-221-2/+0
* accelerate the writing of server input and response request filesYang Tse2008-04-201-0/+2
* - Fix the MIT / Heimdal check for good:Michal Marek2008-04-071-11/+32
* Removed the generated ca-bundle.h file. The verbatim value of $ca andMichal Marek2008-03-311-3/+0
* fix --with-libssh2 when given without pathDaniel Stenberg2008-03-271-1/+1
* Fixed a problem where curl-config --protocols could erroneously show LDAPSDan Fandrich2008-03-201-0/+6
* - Added --with-ca-path=DIRECTORY configure option to use an openSSL CApath byMichal Marek2008-03-201-1/+3
* (try to) use LIBS for libraries (-l) and LDFLAGS for paths (-L) in theMichal Marek2008-03-101-6/+11
* Fix the gssapi configure check to detect newer MIT Kerberos (patch byMichal Marek2008-03-061-6/+6
* Force AIX xlc to fail and not generate object code if the source code hasYang Tse2008-02-291-0/+3
* - We're no longer providing a very old ca-bundle in the curl tarball. You canDaniel Stenberg2008-02-181-22/+1