Daniel Stenberg
|
982ba21460
oops, the GNU GSS patch could clobber the CPPFLAGS variable and it thus
|
19 years ago |
Daniel Stenberg
|
5effe8f336
Simon Josefson brought GNU GSS support
|
19 years ago |
Daniel Stenberg
|
8882d1fa1b
avoid adding a blank dir to the LD_LIBRARY_PATH when OpenSSL is found in a
|
19 years ago |
Dan Fandrich
|
e49a7e361c
Fixed --without-gnutls
|
19 years ago |
Dan Fandrich
|
5872e8dd7e
Properly support the options --without-spnego --without-gssapi --without-krb4
|
19 years ago |
Daniel Stenberg
|
f75038634f
specify the cares lib before the other libs, to make it build fine with mingw
|
19 years ago |
Daniel Stenberg
|
4370e92dbd
set LD_LIBRARY_PATH properly even when the openssl lib dir is found using
|
19 years ago |
Daniel Stenberg
|
6b638af92f
removed leftover debug message ("moo moo")
|
19 years ago |
Daniel Stenberg
|
f425a25c98
Modified the gmtime_r check to not check for it until the "check for a working
|
19 years ago |
Daniel Stenberg
|
aaace2e802
define GMTIME_R to 0 if not working
|
19 years ago |
Daniel Stenberg
|
3f16d9fbc9
attempt to detect a bad (as in HPUX 10.20 bad) gmtime_r function
|
19 years ago |
Daniel Stenberg
|
0b3deceea3
adjusted the configure to always skip the fine-poll() test on Mac OS X (darwin)
|
19 years ago |
Daniel Stenberg
|
a31ddd363b
Now configure checks for struct sockaddr_storage and the ftp code tries
|
19 years ago |
Daniel Stenberg
|
0bb040822d
Andres Garcia's fix for building static curl on windows.
|
19 years ago |
Daniel Stenberg
|
779ca09775
Check for and config for the ca cert bundle properly when built with GnuTLS.
|
19 years ago |
Daniel Stenberg
|
313f1a1e83
when --with-gnutls is used, we assume a bin/libgnutls-config file in the
|
19 years ago |
Daniel Stenberg
|
21337f4776
remove the warning for a lacking crypto lib since it migth just be a gnutls
|
19 years ago |
Daniel Stenberg
|
c2fcdf3a02
if libgnutls-config isn't found in the given path, deal with it nicer (but
|
19 years ago |
Daniel Stenberg
|
241b2b4ae3
set LD_LIBRARY_PATH when GnuTLS has been found
|
19 years ago |
Daniel Stenberg
|
bebd5dbc5a
Add support for --with-gnutls. If configure detects OpenSSL, you need to
|
19 years ago |
Daniel Stenberg
|
93fcb94b62
fix configure's SSL-detection for msys/mingw (from Andres Garcia)
|
19 years ago |
Daniel Stenberg
|
d6460aff36
added missing features to curl-config
|
19 years ago |
Daniel Stenberg
|
9f3d9da119
if ws2_32 is used, append the lib last in the LIBS list (too) to make it
|
19 years ago |
Daniel Stenberg
|
8ed31c48e0
Added --enable-sspi that now make libcurl build with SSPI support. This only
|
19 years ago |
Dan Fandrich
|
205f8b266c
Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects
|
19 years ago |
Dan Fandrich
|
c4f7570a23
Stopped linking to the SSL libs if a full installation isn't found.
|
19 years ago |
Dan Fandrich
|
18d87edd6d
Fixed the --with-zlib configure option so that it always adds the specified
|
19 years ago |
Daniel Stenberg
|
4d815c9990
Based on Mike Dobbs' report, BUILDING_LIBCURL is now defined in here if it
|
19 years ago |
Daniel Stenberg
|
f169b750b8
check for ENGINE_load_builtin_engines() as well if engine is around
|
20 years ago |
Daniel Stenberg
|
22c1d48cb2
remove the check for strftime(), we don't need it
|
20 years ago |