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
This commit is contained in:
parent
43c446b86f
commit
17fdfd9fc3
3 changed files with 15 additions and 10 deletions
10
libjava/configure
vendored
10
libjava/configure
vendored
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue