changeset 1776:58c1bf70c801

Enable --with-icedtea by default. 2009-05-14 Andrew John Hughes <ahughes@redhat.com> * configure.ac: Turn --with-icedtea on by default. Only this build works at present for b58.
author Andrew John Hughes <ahughes@redhat.com>
date Thu, 14 May 2009 21:27:31 +0100
parents 2a131daaa86d
children 44972a4d3e90
files ChangeLog configure.ac
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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@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@redhat.com>
 
 	* Makefile.am:
--- 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 @@
           fi
         ],
         [
-          with_icedtea=false
+          with_icedtea=true
         ])
 AM_CONDITIONAL(WITH_ICEDTEA, test "${with_icedtea}" = true)
 AC_MSG_RESULT(${with_icedtea})