configure.ac: Don't bother checking whether LLVM's MCJIT component is available.
authorJose Fonseca <jfonseca@vmware.com>
Fri, 29 May 2015 10:58:58 +0000 (11:58 +0100)
committerJose Fonseca <jfonseca@vmware.com>
Fri, 29 May 2015 11:14:34 +0000 (12:14 +0100)
commit9119cd7d2c959e437c40c86f214d08dc198bfa69
tree7e49010c3c53738a8704e4e494e77f459a47cf12
parent0db4ef9df152da1d0f3601bbccc68ac1c94d4a3b
configure.ac: Don't bother checking whether LLVM's MCJIT component is available.

Now that we require LLVM 3.3, MCJIT is guaranteed to be available.

Trvial.
configure.ac