]> granicus.if.org Git - curl/commitdiff
Heikki Korpela posted a patch that makes --libs include the directory in
authorDaniel Stenberg <daniel@haxx.se>
Mon, 6 Aug 2001 13:35:58 +0000 (13:35 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 6 Aug 2001 13:35:58 +0000 (13:35 +0000)
which libcurl itself is installed in.

curl-config.in

index 3aa42f3429c05ba8fbc8527198c7106c5916752e..330659d567c6831688b9916b089ebaf605ce4a0f 100644 (file)
@@ -77,7 +77,7 @@ while test $# -gt 0; do
                ;;
 
     --libs)
-               echo @LDFLAGS@ @LIBS@
+               echo -L@libdir@ @LDFLAGS@ @LIBS@
                ;;
 
     *)