From f9cfef3599cbffa72d2002c7add3278716537a48 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 26 Oct 2007 07:46:02 +0000 Subject: [PATCH] mention --static-libs as added in 7.17.1 --- docs/curl-config.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/curl-config.1 b/docs/curl-config.1 index fe187836c..a8acf901b 100644 --- a/docs/curl-config.1 +++ b/docs/curl-config.1 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2006, Daniel Stenberg, , et al. +.\" * Copyright (C) 1998 - 2007, Daniel Stenberg, , et al. .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms @@ -64,7 +64,7 @@ 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. +to link your application with libcurl statically. (Added in 7.17.1) .IP "--version" Outputs version information about the installed libcurl. .IP "--vernum"