changeset 1630:d6a1c885167f

Trivial fix: typo in --enable-nio2. 2009-02-12 Andrew John Hughes <ahughes@redhat.com> * configure.ac: Fix typo in --enable-nio2. (transplanted from 493d9814f1ae928df4e6982235465897fc83afb3)
author Andrew John Hughes <ahughes@redhat.com>
date Thu, 12 Feb 2009 15:49:51 +0000
parents 7e3155da8268
children 52631276b1eb
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
@@ -469,6 +469,11 @@
 	* patches/icedtea-pr261.patch,
 	* patches/icedtea-version.patch: Regenerated.
 
+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
@@ -127,7 +127,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})