summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2010-12-10 14:50:10 +0000
committerIan Lance Taylor <ian@airs.com>2010-12-10 14:50:10 +0000
commitda39a909a37d0795efb35244aa087bbb76bbdbf9 (patch)
tree45a0db0e4077188cd8657e3fc8b05118b6776e93 /configure
parent011a5b3539cf4b62fe3149a9d7376bca9e77e3e2 (diff)
downloadbinutils-redhat-da39a909a37d0795efb35244aa087bbb76bbdbf9.tar.gz
PR bootstrap/46819
* configure.ac: For --disable-libgcj clear libgcj_saved. * configure: Rebuild.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 4280d9778d..9f036cb418 100755
--- a/configure
+++ b/configure
@@ -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