From: Angus Leeming Date: Tue, 4 Jan 2005 13:24:55 +0000 (+0000) Subject: Test for OS support for symbolic links and protect support library code X-Git-Tag: 1.6.10~14705 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=835a97a293fd108840dccd7cb4a090b0b1dc320e;p=lyx.git 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 --- 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