On Fri, Sep 14, 2012 at 12:29 PM, Thierry Reding
<thierry.red...@avionic-design.de> wrote:
> On Thu, Aug 30, 2012 at 12:55:29PM -0400, tstel...@gmail.com wrote:
>> diff --git a/configure.ac b/configure.ac
>> index c984b9c..46b53fd 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -1876,6 +1876,9 @@ if test "x$with_gallium_drivers" != x; then
>>              if test "x$enable_opencl" = xyes -a "x$with_llvm_shared_libs" = 
>> xno; then
>>                  LLVM_LIBS="${LLVM_LIBS} `$LLVM_CONFIG --libs bitreader 
>> asmparser`"
>>              fi
>> +            if grep '\<IntrinsicsR600.td\>' 
>> $(LLVM_INCLUDEDIR)/llvm/Intrinsics.td; then
>
> This should probably be ${LLVM_INCLUDEDIR} or just $LLVM_INCLUDEDIR. The
> shell will otherwise try to run the LLVM_INCLUDEDIR command.
>
> Thierry

Thanks. I've fixed that in my local branch.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to