From 5f9feb9aae8b303e2caabcc7ba0858d40c74b178 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 7 Nov 1999 10:35:53 +0000 Subject: define LINK_FOLLOWS_SYMLINKS --- m4/link-follow.m4 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'm4/link-follow.m4') diff --git a/m4/link-follow.m4 b/m4/link-follow.m4 index 18b6bff0d..dd75d7bbc 100644 --- a/m4/link-follow.m4 +++ b/m4/link-follow.m4 @@ -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 ]) -- cgit v1.2.3-54-g00ecf