This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Why is ENABLE_NLS always defined?
- To: gcc at gcc dot gnu dot org
- Subject: Why is ENABLE_NLS always defined?
- From: "H . J . Lu" <hjl at lucon dot org>
- Date: Tue, 16 Oct 2001 17:49:02 -0700
The current gcc will enable NLS by default. It does check if
<libintl.h> exists. However, it still defines ENABLE_NLS even
though it knows <libintl.h> doesn't exist. That is on IRIX 6.5.
I had to add --disable-nls. It doesn't happen with gcc on Oct. 5.
H.J.