Re: [Mesa-dev] [PATCH 2/2] configure.ac: Build dricommon when dri is enabled

2013-03-06 Thread Daniel Martin
On 5 March 2013 19:57, Matt Turner wrote: > Commit 67ef7559 added an || test "x$enable_dri" check, which was just > wrong since the whole block was enclosed in if test "x$enable_dri". The > comment added with it stated the actual intent: to enable when any DRI > drivers were built. > --- > config

Re: [Mesa-dev] [PATCH 2/2] configure.ac: Build dricommon when dri is enabled

2013-03-05 Thread Matt Turner
On Tue, Mar 5, 2013 at 4:08 PM, Carl Worth wrote: > Matt Turner writes: >> Commit 67ef7559 added an || test "x$enable_dri" check, which was just >> wrong since the whole block was enclosed in if test "x$enable_dri". The >> comment added with it stated the actual intent: to enable when any DRI >>

Re: [Mesa-dev] [PATCH 2/2] configure.ac: Build dricommon when dri is enabled

2013-03-05 Thread Carl Worth
Matt Turner writes: > Commit 67ef7559 added an || test "x$enable_dri" check, which was just > wrong since the whole block was enclosed in if test "x$enable_dri". The > comment added with it stated the actual intent: to enable when any DRI > drivers were built. Thanks, Matt. I've tested this and

[Mesa-dev] [PATCH 2/2] configure.ac: Build dricommon when dri is enabled

2013-03-05 Thread Matt Turner
Commit 67ef7559 added an || test "x$enable_dri" check, which was just wrong since the whole block was enclosed in if test "x$enable_dri". The comment added with it stated the actual intent: to enable when any DRI drivers were built. --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 d