mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-28 03:19:55 +02:00
define LINK_FOLLOWS_SYMLINKS
This commit is contained in:
@@ -52,4 +52,8 @@ AC_DEFUN(jm_AC_FUNC_LINK_FOLLOWS_SYMLINK,
|
||||
jm_ac_cv_func_link_follows_symlink=yes, We're cross compiling.
|
||||
)
|
||||
])
|
||||
if test $jm_ac_cv_func_link_follows_symlink = yes; then
|
||||
AC_DEFINE(LINK_FOLLOWS_SYMLINKS, 1,
|
||||
[Define if link(2) dereferences symbolic links.])
|
||||
fi
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user