configure: Allow capstone=git only if git update is not disabled
commit123ac0bba97597ae79915c4691b95515b60f00e7
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Mon, 15 Jan 2018 02:35:01 +0000 (15 13:35 +1100)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 10 Feb 2018 07:12:33 +0000 (10 10:12 +0300)
treeb7096431098ab9d8ea7765e324e32ecf9cfc6385
parentd0081e8f260d012d050405d1e549b445948d1451
configure: Allow capstone=git only if git update is not disabled

Even with --disable-git-update, ./configure tries updating the capstone
submodule instead of marking it "no"; this disables capstone submodule
if git update is disabled.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Thomas Huth <thuth@redhat.com>
configure