Commit 32eaf9e8 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

when building anything with libcurl
parent 9ce94207
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -77,7 +77,7 @@ while test $# -gt 0; do
       	;;
       	;;


    --libs)
    --libs)
       	echo -L@libdir@ @LDFLAGS@ @LIBS@
       	echo -L@libdir@ -lcurl @LDFLAGS@ @LIBS@
       	;;
       	;;


    *)
    *)