From: Daniel Stenberg Date: Mon, 6 Aug 2001 13:35:58 +0000 (+0000) Subject: Heikki Korpela posted a patch that makes --libs include the directory in X-Git-Tag: curl-7_8_1~115 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d60cd937b7dd8df8a03ea90088aa65faa241838f;p=thirdparty%2Fcurl.git Heikki Korpela posted a patch that makes --libs include the directory in which libcurl itself is installed in. --- diff --git a/curl-config.in b/curl-config.in index 3aa42f3429..330659d567 100644 --- a/curl-config.in +++ b/curl-config.in @@ -77,7 +77,7 @@ while test $# -gt 0; do ;; --libs) - echo @LDFLAGS@ @LIBS@ + echo -L@libdir@ @LDFLAGS@ @LIBS@ ;; *)