diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2011-01-31 05:34:09 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2011-01-31 05:34:09 +0000 |
commit | c3413e5a95a15f00b5e8424a2a3c0f71a2d12fcd (patch) | |
tree | dd9bc89d757fb3755b3f5d2cd394b7d6cc3b0172 /libjava/classpath/configure | |
parent | 29a63921d9e05ea2932861ce6c1154f3ce9bbfe0 (diff) | |
download | gcc-c3413e5a95a15f00b5e8424a2a3c0f71a2d12fcd.zip gcc-c3413e5a95a15f00b5e8424a2a3c0f71a2d12fcd.tar.gz gcc-c3413e5a95a15f00b5e8424a2a3c0f71a2d12fcd.tar.bz2 |
configure.ac (GCJ_JAVAC): Run false rather than no.
* configure.ac (GCJ_JAVAC): Run false rather than no.
* configure: Rebuilt.
From-SVN: r169431
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 8ed8064..fc05b83 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 |