natSystem.cc: Include locale.h if it exists.

* java/lang/natSystem.cc: Include locale.h if it exists.
	* configure: Rebuilt.
	* configure.in: Check for locale.h.

From-SVN: r38957
This commit is contained in:
Tom Tromey
2001-01-12 19:16:05 +00:00
committed by Tom Tromey
parent 5490d6045a
commit b755792e3c
6 changed files with 341 additions and 300 deletions
+4
View File
@@ -25,6 +25,10 @@ details. */
#include <sys/utsname.h>
#endif
#ifdef HAVE_LOCALE_H
#include <locale.h>
#endif
#ifdef HAVE_LANGINFO_H
#include <langinfo.h>
#endif