diff options
author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-31 05:34:09 +0000 |
---|---|---|
committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-31 05:34:09 +0000 |
commit | 40830e4d2499e6eff18af818f3301cc9c6953a70 (patch) | |
tree | dd9bc89d757fb3755b3f5d2cd394b7d6cc3b0172 /libjava/classpath/configure | |
parent | 0e4d186237f7c362b6e060ae035ff3f704186800 (diff) | |
download | gcc-40830e4d2499e6eff18af818f3301cc9c6953a70.tar.gz |
* configure.ac (GCJ_JAVAC): Run false rather than no.
* configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169431 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/classpath/configure')
-rwxr-xr-x | libjava/classpath/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/configure b/libjava/classpath/configure index 8ed8064f6a9..fc05b834492 100755 --- a/libjava/classpath/configure +++ b/libjava/classpath/configure @@ -24182,7 +24182,7 @@ $as_echo "no" >&6; } else - if no; then + if false; then GCJ_JAVAC_TRUE= GCJ_JAVAC_FALSE='#' else |