meson: fix version typo + grammar
authorEric Engestrom <eric.engestrom@imgtec.com>
Fri, 29 Sep 2017 14:25:18 +0000 (15:25 +0100)
committerEric Engestrom <eric.engestrom@imgtec.com>
Mon, 2 Oct 2017 08:37:54 +0000 (09:37 +0100)
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
meson.build

index 5353a4174849334b6db5a7f027543e937e413868..02f43eec23092c753002256d5a0b99f920ce4cff 100644 (file)
@@ -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