Commit History

Author SHA1 Message Date
  Yang Tse 74befdfbe0 force libtool to build static libraries with PIC on AMD64 17 years ago
  Yang Tse d31feb8ff9 Autoconf redefines the M4 builtin macro 'm4_undefine' in such a way that 17 years ago
  Dan Fandrich b4ef5e22e0 Autoconf 2.57 didn't like these m4_undefine for some reason (probably a bug). 17 years ago
  Yang Tse 23786eae32 skip libtool C++ and Fortran linker checks 17 years ago
  Yang Tse c84f84c70d skip libtool C++ and Fortran checks 17 years ago
  Yang Tse 2a6a22a3b0 include <sys/types.h> when checking availability of the bool type 17 years ago
  Yang Tse 69565afab0 Check for stdbool.h at configuration stage, and include it if available. 17 years ago
  Dan Fandrich c461254dea Do a better job at determining what test servers *really* need to link against. 17 years ago
  Dan Fandrich a0a47f2767 Better separate the library dependencies into those required by libcurl 17 years ago
  Yang Tse fbcf86b83e avoid using funtion isblank() and just use our ISBLANK 17 years ago
  Dan Fandrich 9de4e5ebe4 Fixed the problem of curl-config --libs specifying unneeded libraries 17 years ago
  Yang Tse be71ccbce3 check for isblank() at configuration stage. If not available 17 years ago
  Daniel Stenberg 7f70dbcad5 Rob Crittenden added support for NSS (Network Security Service) for the 17 years ago
  Yang Tse 4ab91a93e8 AIX xlc has to have strict aliasing turned off. If not, the optimizer 17 years ago
  Daniel Stenberg c185cdf2b4 don't require OpenSSL for libssh2 linking to work, in preparation for 17 years ago
  Daniel Stenberg b9af0d89d5 fix the libssh2 include path somewhat when --with-libssh2 is used and added 18 years ago
  Yang Tse a46f55b9de Make sure RETSIGTYPE is properly defined 18 years ago
  Yang Tse 73226415fc Added a check in configure that verifies if <signal.h> is available, 18 years ago
  Yang Tse 7408976b15 fix missing '$' for var OPT_LIBSSH2 18 years ago
  Daniel Stenberg 2147284cad James Housley brought support for SCP transfers 18 years ago
  Yang Tse 772a985dc3 Update copyright year, since the file has been modified 18 years ago
  Daniel Stenberg 67e8d22958 Added a check in configure that simply tries to run a program (not when 18 years ago
  Yang Tse 32ac4edeed Check for struct timeval at configuration time 18 years ago
  Daniel Stenberg 2723eda1e4 Bernard Leak fixed configure --with-gssapi-libs 18 years ago
  Yang Tse 77b3bc239d First step trying to avoid the multiple header inclusion and recursion nightmare. 18 years ago
  Dan Fandrich 684245d6ce Changes to support building for eCos 1.3.1. This has been tested with 18 years ago
  Dan Fandrich 10489879f7 Enable --enable-hidden-symbols for SunPro C 18 years ago
  Yang Tse 4d95d23d99 Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compilation and <malloc.h> must also be included. 18 years ago
  Yang Tse 01fa02d0b5 Find out return types and argument types for functions recv() and send() at configuration stage. 18 years ago
  Yang Tse bec1977137 Use CURL_CHECK_FUNC_GETNAMEINFO results in CURL_CHECK_NI_WITHSCOPEID 18 years ago