- Nov 14, 2009
-
-
Daniel Stenberg authored
--with-nss is set but not "yes". I think we can still improve that to check for pkg-config in that path etc, but at least this patch brings back the same functionality we had before.
-
- Oct 28, 2009
-
- Oct 27, 2009
-
-
Yang Tse authored
-
- Oct 21, 2009
-
-
Daniel Stenberg authored
during configure.
-
- Oct 19, 2009
-
-
Yang Tse authored
is only expanded and included once in the configure script.
-
- Oct 18, 2009
-
-
Yang Tse authored
Check for basename() is now done the same as other function checks
-
- Sep 28, 2009
-
-
Yang Tse authored
-
- Sep 16, 2009
-
-
Dan Fandrich authored
statically linking since libssh2 needs the SSL library link flags to be set up already to satisfy its dependencies. This wouldn't be necessary if the libssh2 configure check was changed to use pkg-config since the --static flag would add the dependencies automatically.
-
- Sep 04, 2009
-
-
Guenter Knauf authored
-
- Sep 01, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
when cross-compiling. The key to success is then you properly setup PKG_CONFIG_PATH before invoking configure. I also improved how NSS is detected by trying nss-config if pkg-config isn't present, and as a last resort just use the lib name and force the user to setup the LIBS/LDFLAGS/CFLAGS etc properly. The previous last resort would add a range of various libs that would almost never be quite correct.
-
- Aug 24, 2009
-
-
Daniel Stenberg authored
properly and provided a fix. http://curl.haxx.se/bug/view.cgi?id=2843008
-
- Jul 14, 2009
-
-
Guenter Knauf authored
renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.
-
- Jul 09, 2009
-
-
Daniel Stenberg authored
doesn't work, to better fine older gnutls installs
-
- Jun 20, 2009
-
-
Yang Tse authored
Refactor how libraries are checked for connect() function, and check for connect() as it is done for other functions.
-
- Jun 18, 2009
-
-
Yang Tse authored
-
- Jun 17, 2009
- Jun 09, 2009
-
-
Yang Tse authored
with the low-level curl debug memory tracking 'feature' to allow decoupled setting from --enable-debug.
-
- Jun 08, 2009
-
-
Daniel Stenberg authored
to detect gnutls build options with pkg-config only and not libgnutls-config anymore since GnuTLS has stopped distributing that tool. If an explicit path is given to configure, we will instead guess on how to link and use that lib. I did not use the patch from the bug report.
-
- Jun 06, 2009
-
-
Yang Tse authored
Revert delegating c-ares linking magic on libtool and auto-makefiles when using the uninstalled c-ares libtool archive built from the CVS embedded tree. This embedded c-ares linking is again handled from the configure script.
-
- Jun 04, 2009
-
-
Yang Tse authored
-
- Jun 01, 2009
-
-
Daniel Stenberg authored
without pkg-config.
-
- May 30, 2009
-
-
Yang Tse authored
Delegate c-ares linking magic on libtool and auto-makefiles when using the uninstalled c-ares libtool archive built from the CVS embedded tree.
-
- May 26, 2009
-
-
Yang Tse authored
-
- May 11, 2009
-
-
Yang Tse authored
-
- May 09, 2009
-
-
Yang Tse authored
Not actually needed to simply include some files in the distribution tarball.
-
- May 07, 2009
- May 06, 2009
-
-
Yang Tse authored
This will be removed in 24 or 48 hours.
-
- May 04, 2009
-
-
Yang Tse authored
-
- May 03, 2009
-
-
Yang Tse authored
-
- May 02, 2009
-
-
Yang Tse authored
-
- May 01, 2009
- Apr 30, 2009
- Apr 27, 2009
-
-
Yang Tse authored
-
- Apr 26, 2009
-
-
Yang Tse authored
-
- Apr 21, 2009
-
-
Yang Tse authored
setup_once.h. Inclusion of each header file is based on the definition of NEED_MALLOC_H and NEED_MEMORY_H respectively.
-