RFC: Disable NIO2 by default
Andrew John Hughes
gnu_andrew at member.fsf.org
Fri Feb 20 03:01:40 PST 2009
This patch disables NIO2 in the default build.
Ok to commit?
2009-02-20 Andrew John Hughes <ahughes at redhat.com>
* configure.ac:
Disable NIO2 by default.
--
Andrew :)
Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)
Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net
PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint = F8EF F1EA 401E 2E60 15FA 7927 142C 2591 94EF D9D8
-------------- next part --------------
diff -r 9708fffb863d configure.ac
--- a/configure.ac Sat Feb 14 01:12:44 2009 +0000
+++ b/configure.ac Fri Feb 20 10:55:20 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})
More information about the distro-pkg-dev
mailing list