|
|
@ -333,8 +333,8 @@ flex = find_program(get_option('FLEX'), native: true, version: '>= 2.5.35') |
|
|
|
bison = find_program(get_option('BISON'), native: true, version: '>= 2.3') |
|
|
|
bison = find_program(get_option('BISON'), native: true, version: '>= 2.3') |
|
|
|
sed = find_program(get_option('SED'), 'sed', native: true, required: false) |
|
|
|
sed = find_program(get_option('SED'), 'sed', native: true, required: false) |
|
|
|
prove = find_program(get_option('PROVE'), native: true, required: false) |
|
|
|
prove = find_program(get_option('PROVE'), native: true, required: false) |
|
|
|
tar = find_program(get_option('TAR'), native: true) |
|
|
|
tar = find_program(get_option('TAR'), native: true, required: false) |
|
|
|
gzip = find_program(get_option('GZIP'), native: true) |
|
|
|
gzip = find_program(get_option('GZIP'), native: true, required: false) |
|
|
|
program_lz4 = find_program(get_option('LZ4'), native: true, required: false) |
|
|
|
program_lz4 = find_program(get_option('LZ4'), native: true, required: false) |
|
|
|
openssl = find_program(get_option('OPENSSL'), native: true, required: false) |
|
|
|
openssl = find_program(get_option('OPENSSL'), native: true, required: false) |
|
|
|
program_zstd = find_program(get_option('ZSTD'), native: true, required: false) |
|
|
|
program_zstd = find_program(get_option('ZSTD'), native: true, required: false) |
|
|
|