changeset 1635:493d9814f1ae

Trivial fix: typo in --enable-nio2. 2009-02-12 Andrew John Hughes <ahughes@redhat.com> * configure.ac: Fix typo in --enable-nio2.
author Andrew John Hughes <ahughes@redhat.com>
date Thu, 12 Feb 2009 15:49:51 +0000
parents 551c49cb2e2a
children 30659285afdb
files ChangeLog configure.ac
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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-12  Andrew John Hughes  <ahughes@redhat.com>
+
+	* configure.ac:
+	Fix typo in --enable-nio2.
+	
 2009-02-11  Omair Majid  <omajid@redhat.com>
 
 	* pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioSourceDataLine.java
--- 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],
 	      [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})