Re: Checking for lstat

2001-11-05 Thread Akim Demaille
> "John" == John Poltorak <[EMAIL PROTECTED]> writes: John> I would like to add the line:- John> #define lstat stat John> to config.h if lstat is not found on the system. John> Can anyone tell me if I can achieve this via an entry in John> configure.in ? AC_DEFINE(lstat, stat, [Foo])

Checking for lstat

2001-11-03 Thread John Poltorak
I would like to add the line:- #define lstat stat to config.h if lstat is not found on the system. Can anyone tell me if I can achieve this via an entry in configure.in ? -- John