Jonathan McDowell <[EMAIL PROTECTED]> writes:
> On Tue, May 09, 2000 at 09:51:19PM +0200, Niels M�ller wrote:
>
> > I see. Try replacing the
> >
> > AC_CHECK_MEMBER([#include <utmp.h>], [utmp], [ut_host])
> >
> > in configure.in with
> >
> > AC_CHECK_MEMBER(
> > [#include <sys/types.h>
> > #include <utmp.h>], [utmp], [ut_host])
>
> Yes, this fixes it. I also added #include <sys/types.h> to the checks
> for ut_name, ut_user, ut_addr and ut_addr_v6. This makes configure
> correctly identify that I have ut_host and ut_name.
Ok, I'm checking in that now.
> Consider this a reminder. :)
Thanks.
/Niels