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/configure.in | |
| 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/configure.in')
| -rw-r--r-- | libjava/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/configure.in b/libjava/configure.in index 93d9f7ff336..bd0d027f2ad 100644 --- a/libjava/configure.in +++ b/libjava/configure.in @@ -660,7 +660,7 @@ CFLAGS="$save_CFLAGS" dnl We check for sys/filio.h because Solaris 2.5 defines FIONREAD there. dnl On that system, sys/ioctl.h will not include sys/filio.h unless dnl BSD_COMP is defined; just including sys/filio.h is simpler. -AC_CHECK_HEADERS(unistd.h bstring.h sys/time.h sys/types.h fcntl.h sys/ioctl.h sys/filio.h sys/stat.h sys/select.h sys/socket.h netinet/in.h arpa/inet.h netdb.h pwd.h sys/config.h inttypes.h stdint.h langinfo.h) +AC_CHECK_HEADERS(unistd.h bstring.h sys/time.h sys/types.h fcntl.h sys/ioctl.h sys/filio.h sys/stat.h sys/select.h sys/socket.h netinet/in.h arpa/inet.h netdb.h pwd.h sys/config.h inttypes.h stdint.h langinfo.h locale.h) dnl We avoid AC_HEADER_DIRENT since we really only care about dirent.h dnl for now. If you change this, you also must update natFile.cc. AC_CHECK_HEADERS(dirent.h) |

