Commit 77475f2a authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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.
parent 3680a2f6
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment