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>
|
||||
|
||||
* gnu/java/rmi/registry/RegistryImpl.java (version): Update
|
||||
|
2
libjava/classpath/configure
vendored
2
libjava/classpath/configure
vendored
@ -24182,7 +24182,7 @@ $as_echo "no" >&6; }
|
||||
|
||||
|
||||
else
|
||||
if no; then
|
||||
if false; then
|
||||
GCJ_JAVAC_TRUE=
|
||||
GCJ_JAVAC_FALSE='#'
|
||||
else
|
||||
|
@ -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 -----------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user