PR bootstrap/46819

* configure.ac: For --disable-libgcj clear libgcj_saved.
	* configure: Rebuild.
This commit is contained in:
Ian Lance Taylor
2010-12-10 14:50:10 +00:00
parent d4b549111c
commit 8acbc359df
3 changed files with 12 additions and 0 deletions

3
configure vendored
View File

@@ -3055,6 +3055,9 @@ no)
# Make sure we get it printed in the list of not supported target libs.
# Don't disable libffi, though, other languages use it.
noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
# Clear libgcj_saved so that even if java is enabled libffi won't be
# built.
libgcj_saved=
;;
esac