1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

View File

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