diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-10 14:30:15 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-10 14:30:15 +0000 |
| commit | 0f16be1892e17212f2febdf250c8e1109f6b2b18 (patch) | |
| tree | 3f57ea855eabf70a51ab3b2659daa143e0a062fd /libjava/configure.in | |
| parent | 39cd28c786010b98930135dce27df346f0ec04d5 (diff) | |
| download | ppe42-gcc-0f16be1892e17212f2febdf250c8e1109f6b2b18.tar.gz ppe42-gcc-0f16be1892e17212f2febdf250c8e1109f6b2b18.zip | |
* configure: Rebuilt.
* configure.in: Use `test' after `&&'. From Chris Faylor.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55366 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.in')
| -rw-r--r-- | libjava/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libjava/configure.in b/libjava/configure.in index d8ffa32dd05..8ec7d90f16a 100644 --- a/libjava/configure.in +++ b/libjava/configure.in @@ -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" |

