diff options
author | Bryce McKinlay <bryce@albatross.co.nz> | 2000-01-19 05:06:03 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2000-01-19 05:06:03 +0000 |
commit | f7ccaa38a725a692f65b0be84a1f30ae75c997cc (patch) | |
tree | d6a3ea49b94a7a62ed72eeb6ea9c4500431916ac /libjava/configure.in | |
parent | f6da8bc3eed45f2884eb12d5db67b1d492f6a7e9 (diff) | |
download | gcc-f7ccaa38a725a692f65b0be84a1f30ae75c997cc.zip gcc-f7ccaa38a725a692f65b0be84a1f30ae75c997cc.tar.gz gcc-f7ccaa38a725a692f65b0be84a1f30ae75c997cc.tar.bz2 |
configure: Rebuilt.
2000-01-18 Bryce McKinlay <bryce@albatross.co.nz>
* configure: Rebuilt.
* configure.in: Recognize --disable-interpreter.
From-SVN: r31496
Diffstat (limited to 'libjava/configure.in')
-rw-r--r-- | libjava/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libjava/configure.in b/libjava/configure.in index 47761e1f..ed6e1a4 100644 --- a/libjava/configure.in +++ b/libjava/configure.in @@ -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 |