configure.ac (GCJ_JAVAC): Run false rather than no.

* configure.ac (GCJ_JAVAC): Run false rather than no.
* configure: Rebuilt.

From-SVN: r169431
This commit is contained in:
Alexandre Oliva 2011-01-31 05:34:09 +00:00 committed by Alexandre Oliva
parent 29a63921d9
commit c3413e5a95
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2011-01-31 Alexandre Oliva <aoliva@redhat.com>
* configure.ac (GCJ_JAVAC): Run false rather than no.
* configure: Rebuilt.
2011-01-03 Jakub Jelinek <jakub@redhat.com>
* gnu/java/rmi/registry/RegistryImpl.java (version): Update

View File

@ -24182,7 +24182,7 @@ $as_echo "no" >&6; }
else
if no; then
if false; then
GCJ_JAVAC_TRUE=
GCJ_JAVAC_FALSE='#'
else

View File

@ -1076,7 +1076,7 @@ if test "x${use_glibj_zip}" = xfalse || \
AC_PROG_JAVAC_WORKS
CLASSPATH_JAVAC_MEM_CHECK
else
AM_CONDITIONAL(GCJ_JAVAC, no)
AM_CONDITIONAL(GCJ_JAVAC, false)
fi
dnl -----------------------------------------------------------