diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-03-16 19:08:07 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-03-16 19:08:07 +0000 |
commit | 1697718f420e770b5f890f2e2008b487780fbef8 (patch) | |
tree | f2d1608cba87e8e6f21b858c49f11a1b92729d2f /libjava/classpath/configure.ac | |
parent | 84901a95c463878270d0575db22b0c15e518aaa0 (diff) | |
download | gcc-1697718f420e770b5f890f2e2008b487780fbef8.tar.gz |
PR libgcj/26706:
* aclocal.m4, configure: Rebuilt.
* configure.ac (GCC_NO_EXECUTABLES): Moved earlier.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112142 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/classpath/configure.ac')
-rw-r--r-- | libjava/classpath/configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/classpath/configure.ac b/libjava/classpath/configure.ac index 9315404487c..f4ef3512137 100644 --- a/libjava/classpath/configure.ac +++ b/libjava/classpath/configure.ac @@ -38,6 +38,9 @@ AM_INIT_AUTOMAKE([1.9.0 gnu std-options tar-ustar]) AC_CONFIG_HEADERS([include/config.h]) AC_PREFIX_DEFAULT(/usr/local/classpath) +dnl GCC LOCAL +GCC_NO_EXECUTABLES + dnl ----------------------------------------------------------- dnl Enable collections.jar (disabled by default) dnl ----------------------------------------------------------- @@ -241,9 +244,6 @@ dnl ----------------------------------------------------------- dnl Checks for programs. dnl ----------------------------------------------------------- -dnl GCC LOCAL -GCC_NO_EXECUTABLES - dnl Initialize libtool AC_DISABLE_STATIC AC_PROG_LIBTOOL |