From 17fdfd9fc3a58d0fd9332b36c694508a1e076ae5 Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Thu, 21 Aug 2003 13:25:46 +0000 Subject: [PATCH] configure.in: Fix detection of gcj when building with newlib. * configure.in: Fix detection of gcj when building with newlib. * configure: Regenerated. From-SVN: r70644 --- libjava/ChangeLog | 5 +++++ libjava/configure | 10 +++++----- libjava/configure.in | 10 +++++----- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 2ce212138bc..1333cb4f971 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2003-08-21 Richard Earnshaw + + * configure.in: Fix detection of gcj when building with newlib. + * configure: Regenerated. + 2003-08-20 Graydon Hoare * jni.cc: Replace "cheating" pointer-casting code with diff --git a/libjava/configure b/libjava/configure index a8ea89652db..a3554a9a090 100755 --- a/libjava/configure +++ b/libjava/configure @@ -7310,14 +7310,14 @@ else fi fi +fi - if test -z "${with_multisubdir}"; then - builddotdot=. - else +if test -z "${with_multisubdir}"; then + builddotdot=. +else - builddotdot=`echo ${with_multisubdir} | sed -e 's:[^/][^/]*:..:g'` + builddotdot=`echo ${with_multisubdir} | sed -e 's:[^/][^/]*:..:g'` - fi fi # Which gcj do we use? diff --git a/libjava/configure.in b/libjava/configure.in index 25bd5223045..24224dbc0f6 100644 --- a/libjava/configure.in +++ b/libjava/configure.in @@ -798,14 +798,14 @@ else if test "$GC" = boehm; then AC_CHECK_LIB(dl, main, SYSTEMSPEC="$SYSTEMSPEC -ldl") fi +fi - if test -z "${with_multisubdir}"; then - builddotdot=. - else +if test -z "${with_multisubdir}"; then + builddotdot=. +else changequote(<<,>>) - builddotdot=`echo ${with_multisubdir} | sed -e 's:[^/][^/]*:..:g'` + builddotdot=`echo ${with_multisubdir} | sed -e 's:[^/][^/]*:..:g'` changequote([,]) - fi fi # Which gcj do we use?