mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
29a63921d9
commit
c3413e5a95
|
|
@ -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>
|
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; }
|
||||||
|
|
||||||
|
|
||||||
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 || \
|
||||||
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 -----------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue