llvmpipe: Fix build with LLVM 2.8
authorTom Stellard <thomas.stellard@amd.com>
Mon, 1 Oct 2012 20:19:43 +0000 (16:19 -0400)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 1 Oct 2012 21:42:56 +0000 (17:42 -0400)
commit00d80b3a6f0937a69d23b4956e26f3ffc924d3d6
tree9db35673ca1590bacea78ed59a706b912617555e
parent67fcb3c2b4ecbd87e465b6c6b316be44811ea116
llvmpipe: Fix build with LLVM 2.8

Commit 8d9778589f4b3a174e884338adb0fe1bdeca5eb7 added all-targets to the
LLVM_COMPONENTS list, but this component does not exist with LLVM 2.8.

Adding all-targets is not necessary for any drivers, and it seems to be
left over from earlier versions of the commit mentioned above.

Tested-by: Stéphane Marchesin <marcheu@chromium.org>
configure.ac