RFC: Only enable NIO2 by default when building with IcedTea

Mark Wielaard mark at klomp.org
Thu Feb 12 03:06:20 PST 2009


Hi Andrew,

While we are still discussing the rest of the patch could you already
apply this part:

On Tue, 2009-02-10 at 19:07 +0000, Andrew John Hughes wrote:
> @@ -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="${with_icedtea}"])
>  AM_CONDITIONAL([ENABLE_NIO2], [test x$ENABLE_NIO2 = xyes])
>  AC_MSG_RESULT(${ENABLE_NIO2})

I was looking at it today and this typo was really confusing.

Thanks,

Mark




More information about the distro-pkg-dev mailing list