Re: terminal plugin build patch



+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.

Other than that, looks ok.

-dave

On Thu, 2002-10-24 at 16:04, Jeroen Zwartepoorte wrote:
> Hi,
> 
> Here's a small patch which will cause anjuta2 to only build the terminal
> plugin if libzvt is present (libzvt-devel to be precise). This patch is
> a temporary fix until i can finish my vte patch (use vte instead of vte
> for the terminal plugin).
> 
> This patch should fix the problem for people trying to build anjuta2 on
> red hat 8.0.
> 
> OK to commit?
> 
> Jeroen
-- 
Dave Camp <dave ximian com>




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