configure: Rebuilt.

* configure: Rebuilt.
	* configure.in: Use `test' after `&&'.  From Chris Faylor.

From-SVN: r55366
This commit is contained in:
Tom Tromey 2002-07-10 14:30:15 +00:00 committed by Tom Tromey
parent c963e6b00c
commit 2e237e3748
4 changed files with 244 additions and 235 deletions

View File

@ -1,3 +1,8 @@
2002-07-10 Tom Tromey <tromey@redhat.com>
* configure: Rebuilt.
* configure.in: Use `test' after `&&'. From Chris Faylor.
2002-07-08 Mark Wielaard <mark@klomp.org>
* mauve-libgcj: Don't compile java.sql.Blob.BlobTest,

469
libjava/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -493,7 +493,8 @@ if test "x${with_newlib}" = "xyes"; then
# If Canadian cross, then don't pick up tools from the build
# directory.
if test x"$build" != x"$with_cross_host" && x"$build" != x"$target"; then
if test x"$build" != x"$with_cross_host" \
&& test x"$build" != x"$target"; then
CANADIAN=yes
GCC_UNWIND_INCLUDE=
GCJ="${target_alias}-gcj"

View File

@ -9,6 +9,8 @@ JLS1.1
JLS1.2
JDBC2.0
!java.sql
# These 2 are tests that fail with JDBC2.0 but the tags don't seem to
# have the right effect.
!java.sql.Connection.TestJdbc10