From: Zbigniew Jędrzejewski-Szmek Date: Fri, 9 Mar 2018 07:56:23 +0000 (+0100) Subject: meson: add note about coreutils version with ln --relative X-Git-Tag: v239~533^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd001016a166bb849c454e7b5cdb58053f34935b;p=platform%2Fupstream%2Fsystemd.git meson: add note about coreutils version with ln --relative https://bugs.freedesktop.org/show_bug.cgi?id=90799 --- diff --git a/meson.build b/meson.build index 30b7f1b..e25d2f1 100644 --- a/meson.build +++ b/meson.build @@ -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 ############################################################