diff options
author | Tom Tromey <tromey@redhat.com> | 2007-03-07 23:49:45 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2007-03-07 23:49:45 +0000 |
commit | ded63764e3b81b35f3a8c317f4b8b6ae02820376 (patch) | |
tree | 6f81aea96407e31a49d8cb754f1086ee818b8ab5 /libjava/configure.ac | |
parent | a24ff43fbaf29ca29750d478d0cdf5b44763141e (diff) | |
download | gcc-ded63764e3b81b35f3a8c317f4b8b6ae02820376.tar.gz |
configure: Rebuilt.
* configure: Rebuilt.
* configure.ac: Clear vm-tools-packages.
From-SVN: r122677
Diffstat (limited to 'libjava/configure.ac')
-rw-r--r-- | libjava/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/configure.ac b/libjava/configure.ac index a8e536f15d3..45c73b9bfc7 100644 --- a/libjava/configure.ac +++ b/libjava/configure.ac @@ -296,6 +296,7 @@ if test "$use_x_awt" != yes; then fi # Tools that need to be compiled against classpath's tools classes +: > vm-tools-packages for package in gnu/gcj/tools/gc_analyze ; do echo $package >> standard.omit echo $package >> vm-tools-packages |