meson: add note about coreutils version with ln --relative

https://bugs.freedesktop.org/show_bug.cgi?id=90799
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-03-09 08:56:23 +01:00
parent fc17f194de
commit cd001016a1
1 changed files with 1 additions and 1 deletions

View 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
############################################################