Re: [bug-gettext] [PATCH] intl/localename: control langinfo.h inclusion

2015-10-13 Thread Daiki Ueno
Mike Frysinger writes: > From: Mike Frysinger > > This header is only used to work around buggy behavior in old versions > of glibc, so do not include it all the time. Otherwise we get build > failures on systems that do not provide langinfo.h. > > * gettext-runtime/intl/localename.c: Wrap lang

[bug-gettext] [PATCH] intl/localename: control langinfo.h inclusion

2015-10-13 Thread Mike Frysinger
From: Mike Frysinger This header is only used to work around buggy behavior in old versions of glibc, so do not include it all the time. Otherwise we get build failures on systems that do not provide langinfo.h. * gettext-runtime/intl/localename.c: Wrap langinfo.h include with same ifdefs used