changeset in /hg/icedtea6: Disable NIO2 by default.

Andrew John Hughes ahughes at redhat.com
Fri Feb 20 04:43:59 PST 2009


changeset f1fad53c5ab1 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=f1fad53c5ab1
description:
	Disable NIO2 by default.

	2009-02-20  Andrew John Hughes  <ahughes at redhat.com>

		* configure.ac:
		Disable NIO2 by default.

diffstat:

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

diffs (24 lines):

diff -r 9708fffb863d -r f1fad53c5ab1 ChangeLog
--- a/ChangeLog	Sat Feb 14 01:12:44 2009 +0000
+++ b/ChangeLog	Fri Feb 20 12:41:09 2009 +0000
@@ -1,3 +1,8 @@ 2009-02-12  Andrew John Hughes  <ahughes
+2009-02-20  Andrew John Hughes  <ahughes at redhat.com>
+
+	* configure.ac:
+	Disable NIO2 by default.
+	
 2009-02-12  Andrew John Hughes  <ahughes at redhat.com>
 
 	* acinclude.m4:
diff -r 9708fffb863d -r f1fad53c5ab1 configure.ac
--- a/configure.ac	Sat Feb 14 01:12:44 2009 +0000
+++ b/configure.ac	Fri Feb 20 12:41:09 2009 +0000
@@ -135,7 +135,7 @@ AC_ARG_ENABLE([nio2],
 AC_ARG_ENABLE([nio2],
 	      [AS_HELP_STRING([--disable-nio2],
 	      		      [Disable inclusion of backported NIO2])],
-	      [ENABLE_NIO2="${enableval}"], [ENABLE_NIO2='yes'])
+	      [ENABLE_NIO2="${enableval}"], [ENABLE_NIO2='no'])
 AM_CONDITIONAL([ENABLE_NIO2], [test x$ENABLE_NIO2 = xyes])
 AC_MSG_RESULT(${ENABLE_NIO2})
 



More information about the distro-pkg-dev mailing list