[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openjdk-distro-pkg-dev
Subject:    /hg/icedtea7: Fix default setting of --disable-bootstrap-tools f...
From:       andrew () icedtea ! classpath ! org
Date:       2013-08-30 13:55:00
Message-ID: hg.d0908d45075a.1377870900.2873452341184383833 () icedtea ! classpath ! org
[Download RAW message or body]

changeset d0908d45075a in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=d0908d45075a
author: Andrew John Hughes <gnu_andrew@member.fsf.org>
date: Fri Aug 30 14:54:54 2013 +0100

	Fix default setting of --disable-bootstrap-tools following fix to IT_BYTECODE7_CHECK.

	2013-08-30  Andrew John Hughes  <gnu.andrew@member.fsf.org>

		* acinclude.m4:
		(IT_USE_BOOTSTRAP_TOOLS): Fix default following
		change to IT_BYTECODE7_CHECK.


diffstat:

 ChangeLog    |  6 ++++++
 acinclude.m4 |  4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 3baf4babcab2 -r d0908d45075a ChangeLog
--- a/ChangeLog	Fri Aug 30 14:23:03 2013 +0100
+++ b/ChangeLog	Fri Aug 30 14:54:54 2013 +0100
@@ -1,3 +1,9 @@
+2013-08-30  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	* acinclude.m4:
+	(IT_USE_BOOTSTRAP_TOOLS): Fix default following
+	change to IT_BYTECODE7_CHECK.
+
 2013-08-30  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	* acinclude.m4:
diff -r 3baf4babcab2 -r d0908d45075a acinclude.m4
--- a/acinclude.m4	Fri Aug 30 14:23:03 2013 +0100
+++ b/acinclude.m4	Fri Aug 30 14:54:54 2013 +0100
@@ -2510,9 +2510,9 @@
   ],
   [
     if test "x${it_cv_bytecode7}" = "xyes"; then
+      disable_bootstrap_tools=no;
+    else
       disable_bootstrap_tools=yes;
-    else
-      disable_bootstrap_tools=no;
     fi
   ])
   AC_MSG_RESULT([$disable_bootstrap_tools])
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic