Commit c3413e5a by Alexandre Oliva Committed by Alexandre Oliva

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

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

From-SVN: r169431
parent 29a63921
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> 2011-01-03 Jakub Jelinek <jakub@redhat.com>
* gnu/java/rmi/registry/RegistryImpl.java (version): Update * gnu/java/rmi/registry/RegistryImpl.java (version): Update
......
...@@ -24182,7 +24182,7 @@ $as_echo "no" >&6; } ...@@ -24182,7 +24182,7 @@ $as_echo "no" >&6; }
else else
if no; then if false; then
GCJ_JAVAC_TRUE= GCJ_JAVAC_TRUE=
GCJ_JAVAC_FALSE='#' GCJ_JAVAC_FALSE='#'
else else
......
...@@ -1076,7 +1076,7 @@ if test "x${use_glibj_zip}" = xfalse || \ ...@@ -1076,7 +1076,7 @@ if test "x${use_glibj_zip}" = xfalse || \
AC_PROG_JAVAC_WORKS AC_PROG_JAVAC_WORKS
CLASSPATH_JAVAC_MEM_CHECK CLASSPATH_JAVAC_MEM_CHECK
else else
AM_CONDITIONAL(GCJ_JAVAC, no) AM_CONDITIONAL(GCJ_JAVAC, false)
fi fi
dnl ----------------------------------------------------------- dnl -----------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment