ENABLE_NLS not means libintl.h, v2.0.21

"Andrey A. Chernov" <[email protected]>
Newsgroups gmane.comp.gnu.textutils.bugs
Message-ID <[email protected]>
In some places this code used:

#if ENABLE_NLS
#include <libintl.h>
...

But in other places, like in sort, ENABLE_NLS used to activate collating & 
other POSIX locale stuff not related to libintl at all.

Please always use
if (HAVE_LIBINTL_H && ENABLE_NLS)
#include <libintl.h>
...
instead.

-- 
Andrey A. Chernov
http://ache.pp.ru/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.