bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: POSIXLY_CORRECT not correctly unset in getopt.m4?


From: Eric Blake
Subject: Re: POSIXLY_CORRECT not correctly unset in getopt.m4?
Date: Tue, 07 Sep 2010 12:10:23 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100806 Fedora/3.1.2-1.fc13 Mnenhy/0.8.3 Thunderbird/3.1.2

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   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]