diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-08-16 12:58:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-16 12:58:53 +0000 |
commit | 32eaf9e83a80c3630f8431976cb36c5eba2ab5a8 (patch) | |
tree | 1c9d7a04379966db8d4455ea1d69fae5868bcb33 /curl-config.in | |
parent | 9ce94207e291b8a04290f4ece51cbae741e41ff2 (diff) | |
download | curl-32eaf9e83a80c3630f8431976cb36c5eba2ab5a8.tar.gz |
Added -lcurl for --libs so that single option should now suffice to use
when building anything with libcurl
Diffstat (limited to 'curl-config.in')
-rw-r--r-- | curl-config.in | 2 |
1 files changed, 1 insertions, 1 deletions
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@ ;; *) |