From: Daniel Stenberg Date: Thu, 16 Aug 2001 12:58:53 +0000 (+0000) Subject: Added -lcurl for --libs so that single option should now suffice to use X-Git-Tag: curl-7_8_1~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32eaf9e83a80c3630f8431976cb36c5eba2ab5a8;p=thirdparty%2Fcurl.git Added -lcurl for --libs so that single option should now suffice to use when building anything with libcurl --- diff --git a/curl-config.in b/curl-config.in index 330659d567..7d56233a73 100644 --- a/curl-config.in +++ b/curl-config.in @@ -77,7 +77,7 @@ while test $# -gt 0; do ;; --libs) - echo -L@libdir@ @LDFLAGS@ @LIBS@ + echo -L@libdir@ -lcurl @LDFLAGS@ @LIBS@ ;; *)