• Daniel Stenberg's avatar
    Andreas Ntaflos reported a bug in libcurl.m4: When configuring my GNU · 77475f2a
    Daniel Stenberg authored
    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.
    77475f2a