diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-02-17 17:55:19 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-02-17 17:55:19 +0000 |
commit | 2691f1efc8e99ba811e7b2e0faf3230da4d925ef (patch) | |
tree | d6ec0ff1949e583246e1f1b39fdd0c46a5d61124 /libcurl.pc.in | |
parent | d9bf55570b4abbe9ed0058091d567e99ebff0973 (diff) | |
download | curl-2691f1efc8e99ba811e7b2e0faf3230da4d925ef.tar.gz |
Use configure's new LIBCURL_LIBS variable
Diffstat (limited to 'libcurl.pc.in')
-rw-r--r-- | libcurl.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcurl.pc.in b/libcurl.pc.in index 456850c2b..7e5ffabd2 100644 --- a/libcurl.pc.in +++ b/libcurl.pc.in @@ -33,6 +33,6 @@ Name: libcurl URL: http://curl.haxx.se/ Description: Library to transfer files with ftp, http, etc. Version: @VERSION@ -Libs: -L${libdir} -lcurl @LDFLAGS@ -Libs.private: @LIBS@ +Libs: -L${libdir} -lcurl @LDFLAGS@ @LIBS@ +Libs.private: @LIBCURL_LIBS@ @LIBS@ Cflags: -I${includedir} |