diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-12 19:16:05 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-12 19:16:05 +0000 |
| commit | c0e14c0307f9b87665224099805639ed4aeb09a0 (patch) | |
| tree | a4fa427d8c2d81f306110f1da8b4119baccf7b92 /libjava/include | |
| parent | 78b1f6163226be37876ba7473acd9fac7b24282a (diff) | |
| download | ppe42-gcc-c0e14c0307f9b87665224099805639ed4aeb09a0.tar.gz ppe42-gcc-c0e14c0307f9b87665224099805639ed4aeb09a0.zip | |
* java/lang/natSystem.cc: Include locale.h if it exists.
* configure: Rebuilt.
* configure.in: Check for locale.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38957 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include')
| -rw-r--r-- | libjava/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index 93edd56111d..a31dceadce4 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -311,6 +311,9 @@ /* Define if you have the <langinfo.h> header file. */ #undef HAVE_LANGINFO_H +/* Define if you have the <locale.h> header file. */ +#undef HAVE_LOCALE_H + /* Define if you have the <netdb.h> header file. */ #undef HAVE_NETDB_H |

