On 09/05/2010 09:42 AM, Dustin J. Mitchell wrote:
I just had a very long chase for a new build error that began after a
recent gnulib upgrade.  Briefly, the symptoms were that an invocation
of
   curl-config --libs
was returning nothing when run by configure on systems with older
curls.  curl-config is a shell script, which calls
   pkg-config libcurl --libs

By the way, you should report this as a bug in curl-config; it should be calling:

pkg-config --libs libcurl

to be safe to things like POSIXLY_CORRECT.

--
Eric Blake   ebl...@redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Reply via email to