|
From: Richard F. <rj...@fi...> - 2001-07-29 22:09:39
|
> Sorry, that always succeeds. The glibc library does have a 'setlogin' > function in it. It just always fails (returns -1) when called, as well as > printing out a nifty warning at compile time. I will put the above into my Which is why you have to do a AC_TRY_RUN to detect the run-time failure. When I run a configure script with it, I prints out: checking for working setlogin... no So, it does appear to work correctly. -- Richard Fish, Unix/Linux Software Engineer, rj...@fi... |