summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* fix test leftover in previous commitYang Tse2007-03-071-1/+1
* force libtool to build static libraries with PIC on AMD64Yang Tse2007-03-071-0/+12
* Autoconf redefines the M4 builtin macro 'm4_undefine' in such a way thatYang Tse2007-03-071-0/+4
* Autoconf 2.57 didn't like these m4_undefine for some reason (probably a bug).Dan Fandrich2007-03-061-4/+0
* skip libtool C++ and Fortran linker checksYang Tse2007-03-061-1/+7
* skip libtool C++ and Fortran checksYang Tse2007-03-061-1/+7
* include <sys/types.h> when checking availability of the bool typeYang Tse2007-02-221-0/+3
* Check for stdbool.h at configuration stage, and include it if available.Yang Tse2007-02-221-0/+11
* Do a better job at determining what test servers *really* need to link against.Dan Fandrich2007-02-171-7/+18
* Better separate the library dependencies into those required by libcurlDan Fandrich2007-02-171-1/+22
* avoid using funtion isblank() and just use our ISBLANKYang Tse2007-02-141-1/+0
* Fixed the problem of curl-config --libs specifying unneeded librariesDan Fandrich2007-02-141-0/+9
* check for isblank() at configuration stage. If not availableYang Tse2007-02-131-0/+1
* Rob Crittenden added support for NSS (Network Security Service) for theDaniel Stenberg2007-02-121-5/+78
* AIX xlc has to have strict aliasing turned off. If not, the optimizerYang Tse2007-02-071-0/+4
* don't require OpenSSL for libssh2 linking to work, in preparation forDaniel Stenberg2007-02-021-18/+11
* fix the libssh2 include path somewhat when --with-libssh2 is used and addedDaniel Stenberg2006-12-031-2/+4
* Make sure RETSIGTYPE is properly definedYang Tse2006-11-251-1/+3
* Added a check in configure that verifies if <signal.h> is available,Yang Tse2006-11-221-0/+2
* fix missing '$' for var OPT_LIBSSH2Yang Tse2006-11-031-1/+1
* James Housley brought support for SCP transfersDaniel Stenberg2006-11-021-0/+68
* Update copyright year, since the file has been modifiedYang Tse2006-10-271-1/+1
* Added a check in configure that simply tries to run a program (not whenDaniel Stenberg2006-10-161-0/+1
* Check for struct timeval at configuration timeYang Tse2006-10-131-0/+1
* Bernard Leak fixed configure --with-gssapi-libsDaniel Stenberg2006-09-241-1/+1
* First step trying to avoid the multiple header inclusion and recursion nightm...Yang Tse2006-07-281-0/+2
* Changes to support building for eCos 1.3.1. This has been tested withDan Fandrich2006-07-191-0/+15
* Enable --enable-hidden-symbols for SunPro CDan Fandrich2006-07-111-4/+17
* Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compila...Yang Tse2006-07-111-1/+1
* Find out return types and argument types for functions recv() and send() at c...Yang Tse2006-07-041-0/+4
* Use CURL_CHECK_FUNC_GETNAMEINFO results in CURL_CHECK_NI_WITHSCOPEIDYang Tse2006-07-031-4/+5
* Check whether gcc supports --enable-hidden-symbols before allowing it.Dan Fandrich2006-06-131-4/+14
* Implemented --enable-hidden-symbols configure option to enableDan Fandrich2006-06-121-0/+23
* Brian Dessent's fixes for cygwin buildsDaniel Stenberg2006-06-081-26/+45
* Fixed a shell script syntax error that all of a sudden started causing thisDaniel Stenberg2006-05-231-1/+2
* Ok, when checking for old-style SSLeay headers we cannot just useDaniel Stenberg2006-05-111-2/+11
* detect ICC and pass on "-we 147" so that the configure checks for functionDaniel Stenberg2006-04-191-0/+7
* check for fork() as well, so that we can build the sws http test server withDaniel Stenberg2006-04-101-1/+2
* Tor Arntsen fixed the AIX Toolbox RPM specDaniel Stenberg2006-03-211-0/+1
* fixed the AIX packagescurl-7_15_3Daniel Stenberg2006-03-201-1/+3
* check for and use getprotobynameDaniel Stenberg2006-03-021-0/+1
* Kent Boortz improved the configure check for GnuTLS to properly set LIBSDaniel Stenberg2006-02-111-3/+3
* David Shaw finally removed all traces of Gopher and we are now officiallyDaniel Stenberg2006-01-161-18/+1
* Mention that PKG_CONFIG_PATH is preferred to --with-sslDan Fandrich2005-12-231-1/+1
* Checking for function getnameinfo and its arguments is finallyYang Tse2005-12-211-48/+3
* Fix, header checks must be done before using its results.Yang Tse2005-12-201-11/+13
* added our standard source headerDaniel Stenberg2005-12-201-1/+22
* Fix quotingYang Tse2005-12-201-3/+3
* Give third argument to AC_DEFINE_UNQUOTEDYang Tse2005-12-201-9/+11
* Adjust more windows header includesYang Tse2005-12-191-1/+28