Angus Leeming wrote: > The question is, what's a reasonable configure test for the existence of > symbolic links? Should I just add tests that will generate HAVE_LSTAT and > HAVE_READLINK? If so, will these do the trick? > > LYX_CHECK_DECL(lstat,unistd.h) > LYX_CHECK_DECL(readlink,unistd.h)
I added lstat and readlink to AC_CHECK_FUNCS. That seems to be a better way of doing it. -- Angus