From d60cd937b7dd8df8a03ea90088aa65faa241838f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 6 Aug 2001 13:35:58 +0000 Subject: [PATCH] Heikki Korpela posted a patch that makes --libs include the directory in which libcurl itself is installed in. --- curl-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curl-config.in b/curl-config.in index 3aa42f342..330659d56 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@ ;; *)