Added -lcurl for --libs so that single option should now suffice to use

when building anything with libcurl
This commit is contained in:
Daniel Stenberg 2001-08-16 12:58:53 +00:00
parent 9ce94207e2
commit 32eaf9e83a
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ while test $# -gt 0; do
;;
--libs)
echo -L@libdir@ @LDFLAGS@ @LIBS@
echo -L@libdir@ -lcurl @LDFLAGS@ @LIBS@
;;
*)