Added -lcurl for --libs so that single option should now suffice to use
authorDaniel Stenberg <daniel@haxx.se>
Thu, 16 Aug 2001 12:58:53 +0000 (12:58 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 16 Aug 2001 12:58:53 +0000 (12:58 +0000)
when building anything with libcurl

curl-config.in

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