Commit 17fdfd9f by Richard Earnshaw Committed by Richard Earnshaw

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
parent 43c446b8
2003-08-21 Richard Earnshaw <rearnsha@arm.com>
* configure.in: Fix detection of gcj when building with newlib.
* configure: Regenerated.
2003-08-20 Graydon Hoare <graydon@redhat.com>
* jni.cc: Replace "cheating" pointer-casting code with
......
......@@ -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?
......
......@@ -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?
......
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