meson: add note about coreutils version with ln --relative
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 9 Mar 2018 07:56:23 +0000 (08:56 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 9 Mar 2018 09:31:10 +0000 (10:31 +0100)
https://bugs.freedesktop.org/show_bug.cgi?id=90799

meson.build

index 30b7f1b..e25d2f1 100644 (file)
@@ -604,7 +604,7 @@ endforeach
 conf.set_quoted('TELINIT', get_option('telinit-path'))
 
 if run_command('ln', '--relative', '--help').returncode() != 0
-        error('ln does not support --relative')
+        error('ln does not support --relative (added in coreutils 8.16)')
 endif
 
 ############################################################