changeset in /hg/icedtea: Enable --with-icedtea by default.

Andrew John Hughes ahughes at redhat.com
Mon May 18 18:31:28 PDT 2009


changeset 58c1bf70c801 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=58c1bf70c801
description:
	Enable --with-icedtea by default.

	2009-05-14  Andrew John Hughes  <ahughes at redhat.com>

		* configure.ac:
		Turn --with-icedtea on by default.
		Only this build works at present for b58.

diffstat:

2 files changed, 7 insertions(+), 1 deletion(-)
ChangeLog    |    6 ++++++
configure.ac |    2 +-

diffs (25 lines):

diff -r 2a131daaa86d -r 58c1bf70c801 ChangeLog
--- a/ChangeLog	Thu May 14 21:25:31 2009 +0100
+++ b/ChangeLog	Thu May 14 21:27:31 2009 +0100
@@ -1,3 +1,9 @@ 2009-05-14  Andrew John Hughes  <ahughes
+2009-05-14  Andrew John Hughes  <ahughes at redhat.com>
+
+	* configure.ac:
+	Turn --with-icedtea on by default.
+	Only this build works at present for b58.
+	
 2009-05-14  Andrew John Hughes  <ahughes at redhat.com>
 
 	* Makefile.am:
diff -r 2a131daaa86d -r 58c1bf70c801 configure.ac
--- a/configure.ac	Thu May 14 21:25:31 2009 +0100
+++ b/configure.ac	Thu May 14 21:27:31 2009 +0100
@@ -50,7 +50,7 @@ AC_ARG_WITH([icedtea],
           fi
         ],
         [
-          with_icedtea=false
+          with_icedtea=true
         ])
 AM_CONDITIONAL(WITH_ICEDTEA, test "${with_icedtea}" = true)
 AC_MSG_RESULT(${with_icedtea})



More information about the distro-pkg-dev mailing list