diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-24 04:45:46 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-24 04:45:46 +0000 |
| commit | 52201c54f33cd5fb81930e51083cb0b64eefc67e (patch) | |
| tree | e1f8b74070bc5d09eead649cb74c41ab731e567c /libjava/configure.in | |
| parent | f0edf3a46cb7fd7235369aea18276961cd7dc627 (diff) | |
| download | ppe42-gcc-52201c54f33cd5fb81930e51083cb0b64eefc67e.tar.gz ppe42-gcc-52201c54f33cd5fb81930e51083cb0b64eefc67e.zip | |
* configure: Rebuilt.
* configure.in (INTERPRETER): New subst.
(AM_RUNTESTFLAGS): Don't subst.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54940 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.in')
| -rw-r--r-- | libjava/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/configure.in b/libjava/configure.in index 6c279aa0f44..d8ffa32dd05 100644 --- a/libjava/configure.in +++ b/libjava/configure.in @@ -115,6 +115,8 @@ AC_ARG_ENABLE(interpreter, if test "$libgcj_interpreter" = yes; then AC_DEFINE(INTERPRETER) fi +INTERPRETER="$libgcj_interpreter" +AC_SUBST(INTERPRETER) AC_MSG_CHECKING([for exception model to use]) AC_LANG_SAVE @@ -789,8 +791,6 @@ AM_CONDITIONAL(USE_LIBDIR, test -z "$with_cross_host") AM_CONDITIONAL(NEEDS_DATA_START, test "$NEEDS_DATA_START" = yes && test "$NATIVE" = yes) AC_SUBST(GCC_UNWIND_INCLUDE) -AC_SUBST(AM_RUNTESTFLAGS) - # Determine gcj version number. changequote(<<,>>) gcjversion=`$GCJ -v 2>&1 | sed -n 's/^.*version \([^ ]*\).*$/\1/p'` |

