build-sys: at configure check for verifying that ln supports --relative

This commit is contained in:
Lennart Poettering 2014-05-16 16:51:42 +02:00
parent c5abff7304
commit 4468835285
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ AC_PATH_PROG([KMOD], [kmod], [/usr/bin/kmod], [$PATH:/usr/sbin:/sbin])
AC_PATH_PROG([KEXEC], [kexec], [/usr/sbin/kexec], [$PATH:/usr/sbin:/sbin])
AS_IF([! ln --relative --help > /dev/null 2>&1], [AC_MSG_ERROR([*** ln doesn't support --relative ***])])
M4_DEFINES=
# gtkdocize greps for '^GTK_DOC_CHECK', so it needs to be on its own line