Commit 2e237e37 by Tom Tromey Committed by Tom Tromey

configure: Rebuilt.

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

From-SVN: r55366
parent c963e6b0
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,
......
......@@ -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"
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment