configure.in (LIBFFIINCS): Don't prepend MULTIBUILDTOP.

* configure.in (LIBFFIINCS): Don't prepend MULTIBUILDTOP.
	* configure: Rebuilt.

From-SVN: r55873
This commit is contained in:
Jeff Sturm 2002-07-30 12:36:00 +00:00 committed by Jeff Sturm
parent 4ad5e05d7f
commit a15e868a95
3 changed files with 261 additions and 259 deletions

View File

@ -1,3 +1,8 @@
2002-07-30 Jeff Sturm <jsturm@one-point.com>
* configure.in (LIBFFIINCS): Don't prepend MULTIBUILDTOP.
* configure: Rebuilt.
2002-07-27 Alan Modra <amodra@bigpond.net.au>
* sysdep/powerpc/locks.h: Formatting.

513
libjava/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -196,7 +196,7 @@ LIBFFIINCS=
if test "$with_libffi" != no; then
AC_DEFINE(USE_LIBFFI)
LIBFFI=../libffi/libffi_convenience.la
LIBFFIINCS='-I$(top_srcdir)/../libffi/include -I$(MULTIBUILDTOP)../libffi/include'
LIBFFIINCS='-I$(top_srcdir)/../libffi/include -I../libffi/include'
fi
AC_SUBST(LIBFFI)
AC_SUBST(LIBFFIINCS)