summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2007-11-17Andres Garcia made the examples build fine on Windows (mingw + msys) whenDaniel Stenberg
2007-11-01Fixed curl-config --features to not display libz when it wasn't usedDan Fandrich
2007-10-31Fixed the output of curl-config --protocols which showed SCP and SFTPDan Fandrich
2007-10-29Based on one of those bug reports that are intercepted by a distro's bugDaniel Stenberg
2007-10-25Added the --static-libs option to curl-configDan Fandrich
2007-10-19Fix message shown when detecting icc versionYang Tse
2007-10-18Fix compiler warning: feupdateenv is not implemented and will always fail.Yang Tse
2007-10-14Add custom check for LDAP librariesYang Tse
2007-10-14Add custom checks for lber, ldap, ldapssl and ldap_ssl header filesYang Tse
2007-10-13Add check for winldap and winber header filesYang Tse
2007-10-10improve checking for ldap.h and ldap_ssl.h header filesYang Tse
2007-10-09Add check for lber.h and ldap.h header filesYang Tse
2007-09-25Use a native strcasestr() if found.Dan Fandrich
2007-09-18Rob Crittenden provided an NSS update with the following highlights:Daniel Stenberg
2007-09-14Added LDAPS, SCP and SFTP to curl-config --protocols.Dan Fandrich
2007-08-30added --enable-ldaps switch;Gunter Knauf
2007-08-20converted tabs to spaces.Gunter Knauf
2007-08-20removed trailing spaces.Gunter Knauf
2007-08-20dont set CURL_LDAP_HYBRID for MingW32 configure builds.Gunter Knauf
2007-08-20added define for ldap_ssl.h.Gunter Knauf
2007-08-11Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg
2007-06-12With lots of help from Rich Rauenza(?) in bug #1733119, we introduce a fairlyDaniel Stenberg
2007-05-31When transferring 500 downloads in parallel with a c-ares enabled build onlyDaniel Stenberg
2007-05-17Added support for compiling under Minix 3.1.3 using ACK.Dan Fandrich
2007-04-30brlcad on #curl provided this patch (edited by me) since "configure will failDaniel Stenberg
2007-04-22--without-ssl disables OpenSSL onlyDaniel Stenberg
2007-04-22shell script assigns should not have spaces, hopefully fixes bug #1705177Daniel Stenberg
2007-04-10--enable-sspi only supported on Windows native buildsYang Tse
2007-04-08Nick Zitzmann did ssh.c cleanupsDaniel Stenberg
2007-04-01Matt Kraai provided a patch that makes curl build on QNX 6 fine again. MostlyDaniel Stenberg
2007-03-22Add check for compiler variadic macro support in configuration scriptYang Tse
2007-03-19Avoid false positive detection of yaSSLYang Tse
2007-03-18detect if built with the OpenSSL API "emulated" by yasslDaniel Stenberg
2007-03-15show better description for AMD64-linux static libraries PIC checkYang Tse
2007-03-14yassl doesn't have SSL_get_shutdown() in its OpenSSL() layer so we check forDaniel Stenberg
2007-03-11reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.htmlDaniel Stenberg
2007-03-10- Bryan Henderson introduces two things:Daniel Stenberg
2007-03-07fix test leftover in previous commitYang Tse
2007-03-07force libtool to build static libraries with PIC on AMD64Yang Tse
2007-03-07Autoconf redefines the M4 builtin macro 'm4_undefine' in such a way thatYang Tse
2007-03-06Autoconf 2.57 didn't like these m4_undefine for some reason (probably a bug).Dan Fandrich
2007-03-06skip libtool C++ and Fortran linker checksYang Tse
2007-03-06skip libtool C++ and Fortran checksYang Tse
2007-02-22include <sys/types.h> when checking availability of the bool typeYang Tse
2007-02-22Check for stdbool.h at configuration stage, and include it if available.Yang Tse
2007-02-17Do a better job at determining what test servers *really* need to link against.Dan Fandrich
2007-02-17Better separate the library dependencies into those required by libcurlDan Fandrich
2007-02-14avoid using funtion isblank() and just use our ISBLANKYang Tse
2007-02-14Fixed the problem of curl-config --libs specifying unneeded librariesDan Fandrich
2007-02-13check for isblank() at configuration stage. If not availableYang Tse