FYI: Fix typo in configure.ac

Andrew John Hughes gnu_andrew at member.fsf.org
Thu Feb 12 07:49:00 PST 2009


Fixing a typo which prevents NIO2 being disabled... :(

ChangeLog:

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

	* configure.ac:
	Fix typo in --enable-nio2.

-- 
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 551c49cb2e2a configure.ac
--- a/configure.ac	Wed Feb 11 11:49:45 2009 -0500
+++ b/configure.ac	Thu Feb 12 15:47:42 2009 +0000
@@ -135,7 +135,7 @@
 AC_ARG_ENABLE([nio2],
 	      [AS_HELP_STRING([--disable-nio2],
 	      		      [Disable inclusion of backported NIO2])],
-	      [ENABLE_XRENDER="${enableval}"], [ENABLE_NIO2='yes'])
+	      [ENABLE_NIO2="${enableval}"], [ENABLE_NIO2='yes'])
 AM_CONDITIONAL([ENABLE_NIO2], [test x$ENABLE_NIO2 = xyes])
 AC_MSG_RESULT(${ENABLE_NIO2})
 


More information about the distro-pkg-dev mailing list