Re: terminal plugin build patch



On Thu, 2002-10-24 at 22:11, Dave Camp wrote:
> +if test "x$ENABLE_ZVT" = "xno"; then
> +       AC_MSG_WARN(not building terminal plugin)
> +fi
> +
> +AM_CONDITIONAL(ENABLE_TERMINAL, test "x$ENABLE_ZVT" = "xyes")
> 
> It'd be nice if the same test were used for both of these.  For example,
> if someone extended this later to add a --enable-zvt= option, and
> someone entered "bar", then you wouldn't get a "not building terminal
> plugin" warning, but the terminal wouldn't be built.

Changed & committed.

Jeroen




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]