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.
This commit is contained in:
Daniel Stenberg 2006-05-09 12:56:35 +00:00
parent 3680a2f6f5
commit 77475f2ad0
3 changed files with 16 additions and 2 deletions

View file

@ -20,6 +20,7 @@ This release includes the following changes:
This release includes the following bugfixes:
o libcurl.m4 when default=yes but no libcurl was found
o numerous bugs fixed in the TFTP code
o possible memory leak when adding easy handles to multi stack
o TFTP works in a more portable fashion (== on more platforms)
@ -51,6 +52,7 @@ advice from friends like these:
Dan Fandrich, Ilja van Sprundel, David McCreedy, Tor Arntsen, Xavier Bouchoux,
David Byron, Michele Bini, Ates Goral, Katie Wang, Robson Braga Araujo,
Ale Vesely, Paul Querna, Gisle Vanem, Mark Eichin, Roland Blom
Ale Vesely, Paul Querna, Gisle Vanem, Mark Eichin, Roland Blom, Andreas
Ntaflos, David Shaw
Thanks! (and sorry if I forgot to mention someone)