summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
...
* converted tabs to spaces.Gunter Knauf2007-08-201-39/+39
* removed trailing spaces.Gunter Knauf2007-08-201-32/+32
* dont set CURL_LDAP_HYBRID for MingW32 configure builds.Gunter Knauf2007-08-201-1/+1
* added define for ldap_ssl.h.Gunter Knauf2007-08-201-0/+1
* Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg2007-08-111-19/+43
* With lots of help from Rich Rauenza(?) in bug #1733119, we introduce a fairlyDaniel Stenberg2007-06-121-0/+3
* When transferring 500 downloads in parallel with a c-ares enabled build onlyDaniel Stenberg2007-05-311-6/+7
* Added support for compiling under Minix 3.1.3 using ACK.Dan Fandrich2007-05-171-0/+15
* brlcad on #curl provided this patch (edited by me) since "configure will failDaniel Stenberg2007-04-301-0/+4
* --without-ssl disables OpenSSL onlyDaniel Stenberg2007-04-221-1/+1
* shell script assigns should not have spaces, hopefully fixes bug #1705177Daniel Stenberg2007-04-221-1/+1
* --enable-sspi only supported on Windows native buildsYang Tse2007-04-101-5/+12
* Nick Zitzmann did ssh.c cleanupsDaniel Stenberg2007-04-081-88/+85
* Matt Kraai provided a patch that makes curl build on QNX 6 fine again. MostlyDaniel Stenberg2007-04-011-1/+2
* Add check for compiler variadic macro support in configuration scriptYang Tse2007-03-221-0/+1
* Avoid false positive detection of yaSSLYang Tse2007-03-191-14/+16
* detect if built with the OpenSSL API "emulated" by yasslDaniel Stenberg2007-03-181-4/+22
* show better description for AMD64-linux static libraries PIC checkYang Tse2007-03-151-2/+2
* yassl doesn't have SSL_get_shutdown() in its OpenSSL() layer so we check forDaniel Stenberg2007-03-141-0/+3
* reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.htmlDaniel Stenberg2007-03-111-1/+0
* - Bryan Henderson introduces two things:Daniel Stenberg2007-03-101-0/+1
* 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