[Mesa-dev] [PATCH] Use probed $LLVM_CONFIG value instead of hard-coding it

2012-06-28 Thread Luca Tettamanti
It makes it easier to use a non-default llvm-config binary. Signed-off-by: Luca Tettamanti --- configure.ac |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 46265a2..4572ee3 100644 --- a/configure.ac +++ b/configure.ac @@ -1866,7 +1866,

Re: [Mesa-dev] [PATCH] Use probed $LLVM_CONFIG value instead of hard-coding it

2012-06-27 Thread Tom Stellard
On Wed, Jun 27, 2012 at 10:56:38PM +0200, Luca Tettamanti wrote: > It makes it easier to use a non-default llvm-config binary. > Reviewed-by: Tom Stellard > Signed-off-by: Luca Tettamanti > --- > configure.ac |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/con