diff options
author | Anthony Green <green@redhat.com> | 2003-09-22 16:04:24 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2003-09-22 16:04:24 +0000 |
commit | 5463a4f35db07971b9436c04d44da59fabc10be5 (patch) | |
tree | e06fff4dce405fcaefee7dbb62f13e1ed0ef8c20 /libjava/configure.in | |
parent | 0de118b6e2abf24bf1716561390689390d14bfef (diff) | |
download | gcc-5463a4f35db07971b9436c04d44da59fabc10be5.zip gcc-5463a4f35db07971b9436c04d44da59fabc10be5.tar.gz gcc-5463a4f35db07971b9436c04d44da59fabc10be5.tar.bz2 |
Another newlib fix.
From-SVN: r71655
Diffstat (limited to 'libjava/configure.in')
-rw-r--r-- | libjava/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/configure.in b/libjava/configure.in index dac09ab..aaae5e6 100644 --- a/libjava/configure.in +++ b/libjava/configure.in @@ -577,6 +577,7 @@ if test "x${with_newlib}" = "xyes"; then AC_DEFINE(HAVE_TIME, 1, [Define if you have time.]) AC_DEFINE(HAVE_GMTIME_R, 1, [Define if you have the 'gmtime_r' function]) AC_DEFINE(HAVE_LOCALTIME_R, 1, [Define if you have the 'localtime_r' function.]) + AC_DEFINE(HAVE_USLEEP_DECL, 1, [Define if usleep is declared in <unistd.h>.]) dnl This is only for POSIX threads. AC_DEFINE(HAVE_PTHREAD_MUTEXATTR_INIT, 1, [Define if using POSIX threads that have the mutexattr functions.]) dnl We also assume we are using gcc, which provides alloca. |