changeset 1656:f1fad53c5ab1

Disable NIO2 by default. 2009-02-20 Andrew John Hughes <ahughes@redhat.com> * configure.ac: Disable NIO2 by default.
author Andrew John Hughes <ahughes@redhat.com>
date Fri, 20 Feb 2009 12:41:09 +0000
parents 9708fffb863d
children c5e17bb7fead
files ChangeLog configure.ac
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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-20  Andrew John Hughes  <ahughes@redhat.com>
+
+	* configure.ac:
+	Disable NIO2 by default.
+	
 2009-02-12  Andrew John Hughes  <ahughes@redhat.com>
 
 	* acinclude.m4:
--- 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],
 	      [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})