From 32eaf9e83a80c3630f8431976cb36c5eba2ab5a8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 16 Aug 2001 12:58:53 +0000 Subject: [PATCH] Added -lcurl for --libs so that single option should now suffice to use when building anything with libcurl --- curl-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curl-config.in b/curl-config.in index 330659d56..7d56233a7 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@ ;; *)