Re: [Mesa-dev] [PATCH 01/11] configure.ac: Add HAVE_OPENCL AM_CONDITIONAL v2

2012-05-23 Thread Francisco Jerez
Tom Stellard writes: > v2: > - Drop HAVE_OPENCL variable for non-automake builds > - s/HAVE_OPENCL/HAVE_GALLIUM_COMPUTE > --- > configure.ac |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/configure.ac b/configure.ac > index 3bb51a2..2805e7c 100644 > --- a/confi

Re: [Mesa-dev] [PATCH 01/11] configure.ac: Add HAVE_OPENCL AM_CONDITIONAL

2012-05-18 Thread Tom Stellard
On Fri, May 18, 2012 at 12:36:56PM +0200, Francisco Jerez wrote: > Tom Stellard writes: > > > --- > > configs/autoconf.in |1 + > > configure.ac|3 +++ > > 2 files changed, 4 insertions(+), 0 deletions(-) > > > > diff --git a/configs/autoconf.in b/configs/autoconf.in > > index 3c

Re: [Mesa-dev] [PATCH 01/11] configure.ac: Add HAVE_OPENCL AM_CONDITIONAL

2012-05-18 Thread Francisco Jerez
Tom Stellard writes: > --- > configs/autoconf.in |1 + > configure.ac|3 +++ > 2 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/configs/autoconf.in b/configs/autoconf.in > index 3c8f4c1..28f3cb4 100644 > --- a/configs/autoconf.in > +++ b/configs/autoconf.in > @@