Re: terminal plugin build patch
- From: Dave Camp <dave ximian com>
- To: Jeroen Zwartepoorte <Jeroen xs4all nl>
- Cc: GNOME DevTools <gnome-devtools mail gnome org>
- Subject: Re: terminal plugin build patch
- Date: 24 Oct 2002 16:11:40 -0400
+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]