diff options
author | Eric Engestrom <[email protected]> | 2017-09-29 15:25:18 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2017-10-02 09:37:54 +0100 |
commit | 1262e828e7b5a1eed61769050ec8f04b77a51251 (patch) | |
tree | 56c351319f05108519a35fadac98ca99ebbe1c96 /meson.build | |
parent | 5e584a9db7f2900a8ed13575098940b79c84d98b (diff) |
meson: fix version typo + grammar
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 5353a417484..02f43eec230 100644 --- a/meson.build +++ b/meson.build @@ -56,7 +56,7 @@ prog_python2 = find_program('python2') cc = meson.get_compiler('c') if cc.get_id() == 'gcc' and cc.version().version_compare('< 4.4.6') - error('When using GCC version 4.2.0 or later required.') + error('When using GCC, version 4.4.6 or later is required.') endif # Arguments for the preprocessor, put these in a separate array from the C and |