diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-01-23 17:15:22 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-01-23 17:15:22 -0500 |
commit | c6d09b8da9277374a080f8574251b98f8f7879cb (patch) | |
tree | 7d6581e10421c9a4d8dcede70b10909bc50f4793 /ChangeLog | |
parent | 5336c3ec747bcfca4edf97e962f06ec6f37b6936 (diff) | |
download | emacs-c6d09b8da9277374a080f8574251b98f8f7879cb.tar.gz |
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).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index db1d28dd620..6792ba4f3e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) + + * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks + this header file). + 2010-01-12 Juanma Barranquero <lekktu@gmail.com> * .bzrignore: Ignore all .exe, instead of individual files. |