configure: s/--with-llvm-shared-libs/--enable-llvm-shared-libs/
authorJosé Fonseca <jfonseca@vmware.com>
Tue, 4 Mar 2014 14:07:10 +0000 (14:07 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Tue, 4 Mar 2014 14:09:37 +0000 (14:09 +0000)
commit3d7c8836a6076a5006763fb5fab7e7882e03659b
tree0a641b18fd8e9423dc8c8060d923bdddc6279f8c
parenta61d859519d520b849c11ad5c1c1972870abd956
configure: s/--with-llvm-shared-libs/--enable-llvm-shared-libs/

`--enable-llvm-shared-libs` option was recently renamed as
`--with-llvm-shared-libs`, but several error messages still mention the
old option, causing confusing.

Trivial.
configure.ac