configure.host (gnu*): Set use_libgcj_bc to yes.

2007-09-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>

        * configure.host(gnu*): Set use_libgcj_bc to yes.

From-SVN: r128149
This commit is contained in:
Samuel Thibault 2007-09-05 20:01:54 +00:00 committed by Matthias Klose
parent f210ecfb2f
commit e050d7958c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-09-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
* configure.host(gnu*): Set use_libgcj_bc to yes.
2007-09-04 Matthias Klose <doko@ubuntu.com>
* configure.ac: Do not pass --with-native-libdir to classpath.

View File

@ -353,7 +353,7 @@ case "${host}" in
esac
case "${host}" in
*linux*|*-kfreebsd*-gnu|gnu*)
*linux*|*-kfreebsd*-gnu|*-gnu*)
use_libgcj_bc=yes
;;
*)