[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: conditional dependencies between modules
From: |
Paul Eggert |
Subject: |
Re: conditional dependencies between modules |
Date: |
Mon, 25 Apr 2011 21:56:21 -0700 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8 |
On 04/25/11 17:27, Bruno Haible wrote:
> Please test it!
Thanks, I can verify that this patch worked for Emacs, in that it caused
'configure' to not bother to test for strtoull on a host that had strtoumax.
(Emacs uses strtoumax but not strtoull directly.)
My test was based on four proposed gnulib patches which I'll email shortly.
These four patches attempt to fix the problems identified in your earlier
comments (for which thanks).