diff --git a/configure b/configure index 5ea7842..4b4d266 100755 --- a/configure +++ b/configure @@ -107,7 +107,7 @@ fi git submodule update --depth 1 $gitjobs --init -- $submodules if "$qemu"; then cd qemu - git submodule update --init + git submodule update --init --recursive fi ) & -wait $! || git submodule update --init -- $submodules +wait $! || git submodule update --init --recursive -- $submodules