configure: Rebuilt.

* configure: Rebuilt.
	* configure.in: Removed unnecessary parens.

From-SVN: r49581
This commit is contained in:
Tom Tromey 2002-02-07 18:21:19 +00:00 committed by Tom Tromey
parent 15fae023ea
commit 0669d0ed20
3 changed files with 329 additions and 313 deletions

View File

@ -1,3 +1,8 @@
2002-02-07 Tom Tromey <tromey@redhat.com>
* configure: Rebuilt.
* configure.in: Removed unnecessary parens.
2002-02-06 Adam Megacz <adam@xwt.org>
* configure.in: Changed mingw) to *mingw*).

635
libjava/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -772,7 +772,7 @@ AC_CHECK_HEADERS(inttypes.h, [
AC_DEFINE(HAVE_INTTYPES_H, 1, [Define if <inttypes.h> is available])
AC_DEFINE(JV_HAVE_INTTYPES_H, 1, [Define if <inttypes.h> is available])
])
AC_HEADER_SYS_WAIT()
AC_HEADER_SYS_WAIT
AC_CHECK_TYPE([ssize_t], [int])