Re: [Mesa-dev] [PATCH 7/7] automake: properly handle non-default expat installation

2013-10-11 Thread Emil Velikov
On 11/10/13 20:44, Tom Stellard wrote: > On Fri, Oct 11, 2013 at 02:09:57PM +0100, Emil Velikov wrote: >> On 07/10/13 18:53, Emil Velikov wrote: >>> On 07/10/13 16:48, Tom Stellard wrote: On Sat, Sep 28, 2013 at 03:46:21PM +0100, Emil Velikov wrote: > Use PKG_CHECK_MODULE over requesting t

Re: [Mesa-dev] [PATCH 7/7] automake: properly handle non-default expat installation

2013-10-11 Thread Emil Velikov
On 11/10/13 20:09, Matt Turner wrote: > On Sat, Sep 28, 2013 at 7:46 AM, Emil Velikov > wrote: >> Use PKG_CHECK_MODULE over requesting the user to setup the >> option at configure time. Drop unused EXPAT_INCLUDE and add >> EXPAT_CFLAGS to all classic/dri and gallium/dri targets. >> >> Signed-off-

Re: [Mesa-dev] [PATCH 7/7] automake: properly handle non-default expat installation

2013-10-11 Thread Tom Stellard
On Fri, Oct 11, 2013 at 02:09:57PM +0100, Emil Velikov wrote: > On 07/10/13 18:53, Emil Velikov wrote: > > On 07/10/13 16:48, Tom Stellard wrote: > >> On Sat, Sep 28, 2013 at 03:46:21PM +0100, Emil Velikov wrote: > >>> Use PKG_CHECK_MODULE over requesting the user to setup the > >>> option at confi

Re: [Mesa-dev] [PATCH 7/7] automake: properly handle non-default expat installation

2013-10-11 Thread Matt Turner
On Sat, Sep 28, 2013 at 7:46 AM, Emil Velikov wrote: > Use PKG_CHECK_MODULE over requesting the user to setup the > option at configure time. Drop unused EXPAT_INCLUDE and add > EXPAT_CFLAGS to all classic/dri and gallium/dri targets. > > Signed-off-by: Emil Velikov > --- > configure.ac

Re: [Mesa-dev] [PATCH 7/7] automake: properly handle non-default expat installation

2013-10-11 Thread Emil Velikov
On 07/10/13 18:53, Emil Velikov wrote: > On 07/10/13 16:48, Tom Stellard wrote: >> On Sat, Sep 28, 2013 at 03:46:21PM +0100, Emil Velikov wrote: >>> Use PKG_CHECK_MODULE over requesting the user to setup the >>> option at configure time. Drop unused EXPAT_INCLUDE and add >>> EXPAT_CFLAGS to all cla

Re: [Mesa-dev] [PATCH 7/7] automake: properly handle non-default expat installation

2013-10-07 Thread Emil Velikov
On 07/10/13 16:48, Tom Stellard wrote: > On Sat, Sep 28, 2013 at 03:46:21PM +0100, Emil Velikov wrote: >> Use PKG_CHECK_MODULE over requesting the user to setup the >> option at configure time. Drop unused EXPAT_INCLUDE and add >> EXPAT_CFLAGS to all classic/dri and gallium/dri targets. >> >> Signe

Re: [Mesa-dev] [PATCH 7/7] automake: properly handle non-default expat installation

2013-10-07 Thread Tom Stellard
On Sat, Sep 28, 2013 at 03:46:21PM +0100, Emil Velikov wrote: > Use PKG_CHECK_MODULE over requesting the user to setup the > option at configure time. Drop unused EXPAT_INCLUDE and add > EXPAT_CFLAGS to all classic/dri and gallium/dri targets. > > Signed-off-by: Emil Velikov > --- > configure.ac

[Mesa-dev] [PATCH 7/7] automake: properly handle non-default expat installation

2013-09-28 Thread Emil Velikov
Use PKG_CHECK_MODULE over requesting the user to setup the option at configure time. Drop unused EXPAT_INCLUDE and add EXPAT_CFLAGS to all classic/dri and gallium/dri targets. Signed-off-by: Emil Velikov --- configure.ac | 23 +-- src/gallium/