diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-23 19:38:11 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-23 19:38:11 +0000 |
| commit | d62f46048dc8057655482cb07ec238e73b05295a (patch) | |
| tree | 8aae04c62d21da052206dc9855d13aba57ae56ad /libjava/configure.in | |
| parent | 131c62aa2b58f34ef69b7cd7ae61bbd56315c647 (diff) | |
| download | ppe42-gcc-d62f46048dc8057655482cb07ec238e73b05295a.tar.gz ppe42-gcc-d62f46048dc8057655482cb07ec238e73b05295a.zip | |
* configure: Rebuilt.
* configure.in: Print message when checking to see if gcj can
handle -fuse-divide-subroutine.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29628 138bc75d-0d04-0410-961f-82ee72b054a4
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 dca020cabec..c63b2e1f4de 100644 --- a/libjava/configure.in +++ b/libjava/configure.in @@ -530,6 +530,7 @@ AC_DEFINE_UNQUOTED(GCJVERSION, "$gcjvers") # See if gcj supports -fuse-divide-subroutine. gcc 2.95 does not, and # we want to continue to support that version. +AC_MSG_CHECKING([whether gcj supports -fuse-divide-subroutine]) cat > conftest.java << 'END' public class conftest { } END @@ -540,6 +541,7 @@ rm -f conftest.java if test "$use_fuse" = no; then DIVIDESPEC= fi +AC_MSG_RESULT($use_fuse) AC_SUBST(AM_RUNTESTFLAGS) |

