]> git.lyx.org Git - lyx.git/commitdiff
Test for OS support for symbolic links and protect support library code
authorAngus Leeming <leeming@lyx.org>
Tue, 4 Jan 2005 13:24:55 +0000 (13:24 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 4 Jan 2005 13:24:55 +0000 (13:24 +0000)
appropriately.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9420 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
configure.ac

index 00627605528f247da3a33512596b5ea9ec391f60..946999ea854094e33667a3f6e0a7ada6ced1a8f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-04  Angus Leeming  <leeming@lyx.org>
+
+       * configure.ac (AC_CHECK_FUNCS): test for the existence of
+       lstat and readlink.
+
 2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * configure.ac: remove call to LYX_CXX_CHEADERS
index 1b5e92e3821e1300b3a086f4949f2bab60070bb5..f3e6127729bc45f6134a7cce5cee421e9685e5bc 100644 (file)
@@ -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