diff options
Diffstat (limited to 'libjava/classpath/configure.ac')
-rw-r--r-- | libjava/classpath/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libjava/classpath/configure.ac b/libjava/classpath/configure.ac index 9ff6e03e22f..b3187cca7e7 100644 --- a/libjava/classpath/configure.ac +++ b/libjava/classpath/configure.ac @@ -46,6 +46,8 @@ dnl END GCJ LOCAL # Find the rest of the source tree framework. AM_ENABLE_MULTILIB(, ../..) +AM_CONDITIONAL(INSTALL_BINARIES, test -z "${with_multisubdir}") + dnl ----------------------------------------------------------- dnl Fold all IA-32 CPU architectures into "x86" dnl ----------------------------------------------------------- |