changeset in /hg/icedtea6: Trivial fix: typo in --enable-nio2.

Andrew John Hughes ahughes at redhat.com
Thu Feb 12 07:50:27 PST 2009


changeset 493d9814f1ae in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=493d9814f1ae
description:
	Trivial fix: typo in --enable-nio2.

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

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

diffstat:

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

diffs (24 lines):

diff -r 551c49cb2e2a -r 493d9814f1ae ChangeLog
--- a/ChangeLog	Wed Feb 11 11:49:45 2009 -0500
+++ b/ChangeLog	Thu Feb 12 15:49:51 2009 +0000
@@ -1,3 +1,8 @@ 2009-02-11  Omair Majid  <omajid at redhat.
+2009-02-12  Andrew John Hughes  <ahughes at redhat.com>
+
+	* configure.ac:
+	Fix typo in --enable-nio2.
+	
 2009-02-11  Omair Majid  <omajid at redhat.com>
 
 	* pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioSourceDataLine.java
diff -r 551c49cb2e2a -r 493d9814f1ae configure.ac
--- a/configure.ac	Wed Feb 11 11:49:45 2009 -0500
+++ b/configure.ac	Thu Feb 12 15:49:51 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_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