summaryrefslogtreecommitdiff
path: root/docs/curl-config.1
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-10-25 22:30:35 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-10-25 22:30:35 +0000
commitfaaaf626551f540e578dad18cab4efbfded38937 (patch)
tree8536977f49ecbfc199a1fbc85165bc59a49dc864 /docs/curl-config.1
parent43885493eaf0c4452bc50bece8b4ec1ab1280ff1 (diff)
downloadgnurl-faaaf626551f540e578dad18cab4efbfded38937.tar.gz
gnurl-faaaf626551f540e578dad18cab4efbfded38937.tar.bz2
gnurl-faaaf626551f540e578dad18cab4efbfded38937.zip
Added the --static-libs option to curl-config
Diffstat (limited to 'docs/curl-config.1')
-rw-r--r--docs/curl-config.15
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/curl-config.1 b/docs/curl-config.1
index 066169874..fe187836c 100644
--- a/docs/curl-config.1
+++ b/docs/curl-config.1
@@ -21,7 +21,7 @@
.\" * $Id$
.\" **************************************************************************
.\"
-.TH curl-config 1 "25 Jan 2004" "Curl 7.15.4" "curl-config manual"
+.TH curl-config 1 "25 Oct 2007" "Curl 7.17.1" "curl-config manual"
.SH NAME
curl-config \- Get information about a libcurl installation
.SH SYNOPSIS
@@ -62,6 +62,9 @@ the time of writing, this list may include HTTP, HTTPS, FTP, FTPS, FILE,
TELNET, LDAP, DICT. Do not assume any particular order. The protocols will
be listed using uppercase and are separated by newlines. There may be none,
one or several protocols in the list. (Added in 7.13.0)
+.IP "--static-libs"
+Shows the complete set of libs and other linker options you will need in order
+to link your application with libcurl statically.
.IP "--version"
Outputs version information about the installed libcurl.
.IP "--vernum"