- Sep 02, 2008
-
-
Daniel Stenberg authored
file for libcurl, and while doing that fix he unified with curl-config.in how the supported protocols and features are extracted and used, so both those tools should now always be synced.
-
- Jan 10, 2008
-
-
Daniel Stenberg authored
(it already before skipped /usr/lib). /usr/lib64 is the default library directory on many 64bit systems and it's unlikely that anyone would use the path privately on systems where it's not.
-
- Oct 29, 2007
-
-
Daniel Stenberg authored
tracker (https://bugzilla.redhat.com/show_bug.cgi?id=316191), I now made curl-config --features and --protocols show the correct output when built with NSS.
-
- Oct 25, 2007
-
-
Dan Fandrich authored
-
- Sep 14, 2007
-
-
Dan Fandrich authored
Removed and fixed some AC_SUBST configure entries.
-
- Feb 17, 2007
-
-
Dan Fandrich authored
-
- Feb 14, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
dependencies to applications.
-
- May 02, 2006
-
-
Daniel Stenberg authored
-
- Jan 16, 2006
-
-
Daniel Stenberg authored
not supporting it. It hasn't been functioning for years anyway, so this is just finally stating what already was true. And a cleanup at the same time.
-
- Sep 04, 2005
-
-
Daniel Stenberg authored
-
- Aug 07, 2005
-
-
Daniel Stenberg authored
--features was used
-
- Mar 15, 2005
-
-
Daniel Stenberg authored
-
- Dec 24, 2004
-
-
Daniel Stenberg authored
protocols that are disabled.
-
- Dec 11, 2004
-
-
Daniel Stenberg authored
Here's a stab at a consolidation of the SSL detection heuristics into configure. Source files aren't changed by this patch, except for setup.h and the various config*.h files. Within the configure script, OPENSSL_ENABLED is used to determine if SSL is being used or not, and outside configure, USE_SSLEAY means the same thing; this could be even further unified some day. Now, when SSL is not detected, configure skips the various checks that are dependent on SSL, speeding up the configure process and avoiding complications with cross compiles. I also updated all the architecture- specific config files I could see, but I couldn't test them.
-
- Dec 08, 2003
-
-
Daniel Stenberg authored
-
- Jan 16, 2003
-
-
Daniel Stenberg authored
-
- Nov 20, 2002
-
-
Daniel Stenberg authored
is not a good thing, as recent gccs for example complain if it is /usr/include Right now, we just output "" until we think of something better.
-
- Sep 02, 2002
-
-
Daniel Stenberg authored
-
- Aug 30, 2002
-
-
Daniel Stenberg authored
-
- Jun 11, 2002
-
-
Daniel Stenberg authored
-
- Jan 16, 2002
-
-
Daniel Stenberg authored
to compile libcurl stuff without any prior knowledge: cc=`curl-config --cc` cflags=`curl-config --cflags` libs=`curl-config --libs` $cc $flags $libs -o example example.c Or if you prefer, the oh-so-cool single-line version: `curl-config --cc --cflags --libs` -o example example.c
-
- Aug 16, 2001
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
when building anything with libcurl
-
- Aug 06, 2001
-
-
Daniel Stenberg authored
which libcurl itself is installed in.
-
- Jun 01, 2001
-
-
Sterling Hughes authored
-
- May 28, 2001
-
-
Daniel Stenberg authored
-
- Apr 18, 2001
-
-
Daniel Stenberg authored
that have been built-in
-
- Apr 17, 2001
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-