summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
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
2007-02-12Rob Crittenden added support for NSS (Network Security Service) for theDaniel Stenberg
2007-02-07AIX xlc has to have strict aliasing turned off. If not, the optimizerYang Tse
2007-02-02don't require OpenSSL for libssh2 linking to work, in preparation forDaniel Stenberg
2006-12-03fix the libssh2 include path somewhat when --with-libssh2 is used and addedDaniel Stenberg
2006-11-25Make sure RETSIGTYPE is properly definedYang Tse
2006-11-22Added a check in configure that verifies if <signal.h> is available,Yang Tse
2006-11-03fix missing '$' for var OPT_LIBSSH2Yang Tse
2006-11-02James Housley brought support for SCP transfersDaniel Stenberg
2006-10-27Update copyright year, since the file has been modifiedYang Tse
2006-10-16Added a check in configure that simply tries to run a program (not whenDaniel Stenberg
2006-10-13Check for struct timeval at configuration timeYang Tse
2006-09-24Bernard Leak fixed configure --with-gssapi-libsDaniel Stenberg
2006-07-28First step trying to avoid the multiple header inclusion and recursion nightm...Yang Tse
2006-07-19Changes to support building for eCos 1.3.1. This has been tested withDan Fandrich
2006-07-11Enable --enable-hidden-symbols for SunPro CDan Fandrich
2006-07-11Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compila...Yang Tse
2006-07-04Find out return types and argument types for functions recv() and send() at c...Yang Tse
2006-07-03Use CURL_CHECK_FUNC_GETNAMEINFO results in CURL_CHECK_NI_WITHSCOPEIDYang Tse
2006-06-13Check whether gcc supports --enable-hidden-symbols before allowing it.Dan Fandrich
2006-06-12Implemented --enable-hidden-symbols configure option to enableDan Fandrich
2006-06-08Brian Dessent's fixes for cygwin buildsDaniel Stenberg