configure: Rebuilt.

2000-01-18  Bryce McKinlay <bryce@albatross.co.nz>

	* configure: Rebuilt.
	* configure.in: Recognize --disable-interpreter.

From-SVN: r31496
This commit is contained in:
Bryce McKinlay 2000-01-19 05:06:03 +00:00 committed by Tom Tromey
parent f6da8bc3ee
commit f7ccaa38a7
3 changed files with 168 additions and 159 deletions

View File

@ -1,3 +1,8 @@
2000-01-18 Bryce McKinlay <bryce@albatross.co.nz>
* configure: Rebuilt.
* configure.in: Recognize --disable-interpreter.
2000-01-18 Andrew Haley <aph@cygnus.com>
* name-finder.cc (lookup): Check for dladdr function.

320
libjava/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -76,6 +76,8 @@ AC_ARG_ENABLE(interpreter,
if test "$enable_interpreter" = yes; then
# This can also be set in configure.host.
libgcj_interpreter=yes
elif test "$enable_interpreter" = no; then
libgcj_interpreter=no
fi)
if test "$libgcj_interpreter" = yes; then