On Thu, Sep 22, 2011 at 11:17:20AM +0100, Daniel Stone wrote:
> On Mon, Aug 22, 2011 at 03:35:23PM +1000, Peter Hutterer wrote:
> > Signed-off-by: Peter Hutterer <[email protected]>
> 
> Reviewed-by: Daniel Stone <[email protected]>
> 
> However ...
> 
> > +# XI2.1 support
> > +PKG_CHECK_MODULES(XI21, [xi >= 1.4.99.1] [inputproto >= 2.0.99.1],
> > +                  HAVE_XI21="yes"; AC_DEFINE(HAVE_XI21, 1, [XI2.1 
> > available]),
> > +                  HAVE_XI21="no");
> > +AM_CONDITIONAL(HAVE_XI21, [ test "$HAVE_XI21" = "yes" ])
> > +AC_SUBST(HAVE_XI21)
> 
> You don't need the AM_CONDITIONAL/AC_SUBST here as you're not using
> HAVE_XI21 in any Makefile fragments.  So you can remove those two as
> well as the HAVE_XI21 and just simplify it to a
> PKG_CHECK_MODULES(XI21, ..., AC_DEFINE(HAVE_XI21, 1, ...)).

amended locally, thanks.

Cheers,
  Peter
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to