Commit d60cd937 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Heikki Korpela posted a patch that makes --libs include the directory in

which libcurl itself is installed in.
parent 76125e19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ while test $# -gt 0; do
       	;;

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

    *)