On Fri, Dec 16, 2011 at 6:47 PM, Marcelo Vanzin wrote:
> Hi Natanael,
>
> On 12/15/2011 05:29 AM, Natanael Copa wrote:
>> I'm looking at the issue with building on Alpine Linux (uclibc):
>> https://sourceforge.net/tracker/?func=detail&aid=3459926&group_id=20446
wonder if it wouldn't be better to use AC_CONFIG_HEADERS and from
configure script check for the features and then:
#if HAVE_FEATURE_REGARDLESS_SYSTEM
...
#endif
Are there any particular reasons that AC_CONFIG_HEADERS is not used?
Would you accept patches that adds tha