Account for utmp.h availability.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 23 Jan 2010 22:15:22 +0000 (17:15 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 23 Jan 2010 22:15:22 +0000 (17:15 -0500)
commitc6d09b8da9277374a080f8574251b98f8f7879cb
tree7d6581e10421c9a4d8dcede70b10909bc50f4793
parent5336c3ec747bcfca4edf97e962f06ec6f37b6936
Account for utmp.h availability.

* configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
this header file).

* filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
lacks this header file).
ChangeLog
configure
configure.in
src/ChangeLog
src/filelock.c