Andreas Ntaflos reported a bug in libcurl.m4: When configuring my GNU
authorDaniel Stenberg <daniel@haxx.se>
Tue, 9 May 2006 12:56:35 +0000 (12:56 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 9 May 2006 12:56:35 +0000 (12:56 +0000)
commit77475f2ad02ca03b52255b39e1255e048f449f07
tree9ecd414e9b595638c76b5c387c935b0cf47549fb
parent3680a2f6f569bbab0923e2a095ac95206bf0ffb3
Andreas Ntaflos reported a bug in libcurl.m4: When configuring my GNU
autotools project, which optionally (default=yes) uses libcurl on a system
without a (usable) libcurl installation, but not specifying
`--without-libcurl', configure determines correctly that no libcurl is
available, however, the LIBCURL variable gets expanded to `LIBCURL = -lcurl'
in the resulting Makefiles.

David Shaw fixed the flaw.
CHANGES
RELEASE-NOTES
docs/libcurl/libcurl.m4