From 835a97a293fd108840dccd7cb4a090b0b1dc320e Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Tue, 4 Jan 2005 13:24:55 +0000 Subject: [PATCH] Test for OS support for symbolic links and protect support library code appropriately. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9420 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0062760552..946999ea85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-01-04 Angus Leeming + + * configure.ac (AC_CHECK_FUNCS): test for the existence of + lstat and readlink. + 2004-12-28 Jean-Marc Lasgouttes * configure.ac: remove call to LYX_CXX_CHEADERS diff --git a/configure.ac b/configure.ac index 1b5e92e382..f3e6127729 100644 --- a/configure.ac +++ b/configure.ac @@ -293,7 +293,7 @@ dnl work correctly because of some conflict with stdlib.h with g++ 2.96 dnl We aim to remove this eventually, since we should test as much as dnl possible with the compiler which will use the functions (JMarc) AC_LANG_PUSH(C) -AC_CHECK_FUNCS(mkfifo mkstemp mktemp) +AC_CHECK_FUNCS(mkfifo mkstemp mktemp lstat readlink) AC_LANG_POP(C) AC_FUNC_SELECT_ARGTYPES -- 2.39.5