mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
02bad4b298
Configure should still allow use of prebuilt onigurumas (whether system-installed or in a special prefix). If these are not found, and configure was not called with `--without-oniguruma`, then use the vendored oniguruma module. If configure was called with `--without-oniguruma`, then we do not build regex functionality into jq.
4 lines
103 B
Plaintext
4 lines
103 B
Plaintext
[submodule "modules/oniguruma"]
|
|
path = modules/oniguruma
|
|
url = https://github.com/kkos/oniguruma.git
|