- Jul 27, 2008
-
-
Yang Tse authored
but it breaks aclocal execution on some systems, with the following error: Can't locate object method "rel2abs" via package "File::Spec" at /usr/local/bin/aclocal line 256.
-
Yang Tse authored
needed, and being able to define it if appropriate for further configure tests as well as for the generated config file.
-
- Jul 26, 2008
- Jul 24, 2008
-
-
Yang Tse authored
needed, and being able to define it if appropriate for further configure tests as well as for the generated config file. Introduced reentrant.m4 intended for our reentrant related autotools/m4 macros.
-
- Jul 22, 2008
-
-
Yang Tse authored
setting as the one actually used when finally building the library.
-
- Jul 20, 2008
-
-
Yang Tse authored
-
- Jul 19, 2008
-
-
Yang Tse authored
-
- Jul 16, 2008
- Jul 04, 2008
-
-
Yang Tse authored
-
- Jul 02, 2008
-
-
Yang Tse authored
-
- Jul 01, 2008
- Jun 20, 2008
-
-
Yang Tse authored
enough at detecting compilation errors or at least it has been properly configured to do so. Configuration heavily depends on this capability, so if this compiler sanity check fails the configuration process will now fail.
-
- May 26, 2008
-
-
Daniel Stenberg authored
-
- May 20, 2008
- May 19, 2008
- May 18, 2008
-
-
Yang Tse authored
winsock2.h is available, and library 'winsock' is used when only winsock.h is available.
-
- May 17, 2008
-
-
Yang Tse authored
-
- May 14, 2008
- May 12, 2008
-
-
Yang Tse authored
when function clock_gettime() is available and the monotonic timer is also available. Otherwise, in some cases, librt or libposix4 could be used for linking even when finally not using the clock_gettime() function due to lack of the monotonic clock.
-
- May 10, 2008
-
-
Yang Tse authored
-
- May 09, 2008
-
-
Yang Tse authored
This also implies the removal of the winmm.lib dependency for WIN32.
-
- May 03, 2008
-
-
Daniel Stenberg authored
built debug-enabled.
-
- May 01, 2008
-
-
Daniel Stenberg authored
uses the CURLOPT_OPENSOCKETFUNCTION callback to create a unix domain socket to a http server.
-
- Apr 22, 2008
-
-
Yang Tse authored
server input and response request files of the test harness sws server. Reintroduce, for test # 1001, the <postcheck> small delay. The delay is needed even with the accelerated writing of server input and response request files in test harness sws server. http://curl.haxx.se/mail/lib-2008-04/0385.html
-
- Apr 20, 2008
-
-
Yang Tse authored
to disk, trying to defeat file and disk write-behind algorithms
-
- Apr 07, 2008
-
-
Michal Marek authored
Define HAVE_GSSMIT if <gssapi/{gssapi.h,gssapi_generic.h,gssapi_krb5.h}> are available, otherwise define HAVE_GSSHEIMDAL if <gssapi.h> is available. Only define GSS_C_NT_HOSTBASED_SERVICE to gss_nt_service_name if GSS_C_NT_HOSTBASED_SERVICE isn't declared by the gssapi headers. This should avoid breakage in case we wrongly recognize Heimdal as MIT again.
-
- Mar 31, 2008
-
-
Michal Marek authored
$capath is known to configure, so it can be defined in config.h instead.
-
- Mar 27, 2008
-
-
Daniel Stenberg authored
-
- Mar 20, 2008
-
-
Dan Fandrich authored
support when curl didn't even have regular LDAP support. It looks like this could happen when the --enable-ldaps configure switch is given but configure couldn't find the LDAP headers or libraries.
-
Michal Marek authored
default instead of a ca bundle. The configure script will also look for a ca path if no ca bundle is found and no option given. - Fixed detection of previously installed curl-ca-bundle.crt
-
- Mar 10, 2008
-
-
Michal Marek authored
gssapi check. Cleans up curl-config --libs output when REQUIRE_LIB_DEPS=no
-
- Mar 06, 2008
-
-
Michal Marek authored
Michael Calmer)
-
- Feb 29, 2008
-
-
Yang Tse authored
compiled with errors. This behaviour is needed for autoconf macros which rely on the ability to compile with or without errors, and is safer than xlc's default of failing only upon severe errors.
-