aboutsummaryrefslogtreecommitdiff
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
commit33d23ee82afce302e34262ab680053d1abc2b1b8 (patch)
tree7a8a7d1a509e2c525e7d40714fe23eb1562d93d1 /configure
parent3ae8dd8d5191ffbedfc70e15e20d8f1c03f6f294 (diff)
downloadgdb-33d23ee82afce302e34262ab680053d1abc2b1b8.zip
gdb-33d23ee82afce302e34262ab680053d1abc2b1b8.tar.gz
gdb-33d23ee82afce302e34262ab680053d1abc2b1b8.tar.bz2
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 4280d97..9f036cb 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