On Wed, Sep 19, 2012 at 5:26 PM, Matt Turner wrote:
> On Wed, Sep 19, 2012 at 8:12 AM, Robert Bragg wrote:
>> There are a few automake files that reference $(X11_INCLUDES) such as
>> src/glx/Makefile.am but configure.ac wasn't declaring the variable for
>> substitution. This would break builds of
On Wed, Sep 19, 2012 at 8:12 AM, Robert Bragg wrote:
> There are a few automake files that reference $(X11_INCLUDES) such as
> src/glx/Makefile.am but configure.ac wasn't declaring the variable for
> substitution. This would break builds of glx if libxcb, for example, was
> installed in its own pr
There are a few automake files that reference $(X11_INCLUDES) such as
src/glx/Makefile.am but configure.ac wasn't declaring the variable for
substitution. This would break builds of glx if libxcb, for example, was
installed in its own prefix since AM_CFLAGS wouldn't coincidentally
list the needed i