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
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2003-08-20 Graydon Hoare <graydon@redhat.com>
|
||||||
|
|
||||||
* jni.cc: Replace "cheating" pointer-casting code with
|
* jni.cc: Replace "cheating" pointer-casting code with
|
||||||
|
10
libjava/configure
vendored
10
libjava/configure
vendored
@ -7310,14 +7310,14 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
if test -z "${with_multisubdir}"; then
|
if test -z "${with_multisubdir}"; then
|
||||||
builddotdot=.
|
builddotdot=.
|
||||||
else
|
else
|
||||||
|
|
||||||
builddotdot=`echo ${with_multisubdir} | sed -e 's:[^/][^/]*:..:g'`
|
builddotdot=`echo ${with_multisubdir} | sed -e 's:[^/][^/]*:..:g'`
|
||||||
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Which gcj do we use?
|
# Which gcj do we use?
|
||||||
|
@ -798,14 +798,14 @@ else
|
|||||||
if test "$GC" = boehm; then
|
if test "$GC" = boehm; then
|
||||||
AC_CHECK_LIB(dl, main, SYSTEMSPEC="$SYSTEMSPEC -ldl")
|
AC_CHECK_LIB(dl, main, SYSTEMSPEC="$SYSTEMSPEC -ldl")
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
if test -z "${with_multisubdir}"; then
|
if test -z "${with_multisubdir}"; then
|
||||||
builddotdot=.
|
builddotdot=.
|
||||||
else
|
else
|
||||||
changequote(<<,>>)
|
changequote(<<,>>)
|
||||||
builddotdot=`echo ${with_multisubdir} | sed -e 's:[^/][^/]*:..:g'`
|
builddotdot=`echo ${with_multisubdir} | sed -e 's:[^/][^/]*:..:g'`
|
||||||
changequote([,])
|
changequote([,])
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Which gcj do we use?
|
# Which gcj do we use?
|
||||||
|
Loading…
Reference in New Issue
Block a user