Mercurial > emacs
comparison ChangeLog @ 106962:d189e0755f30
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).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 23 Jan 2010 17:15:22 -0500 |
parents | 1d1d5d9bd884 |
children | 3b5ef09ea743 |
comparison
equal
deleted
inserted
replaced
106961:55db4345f5e3 | 106962:d189e0755f30 |
---|---|
1 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) | |
2 | |
3 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks | |
4 this header file). | |
5 | |
1 2010-01-12 Juanma Barranquero <lekktu@gmail.com> | 6 2010-01-12 Juanma Barranquero <lekktu@gmail.com> |
2 | 7 |
3 * .bzrignore: Ignore all .exe, instead of individual files. | 8 * .bzrignore: Ignore all .exe, instead of individual files. |
4 | 9 |
5 2010-01-12 Chong Yidong <cyd@stupidchicken.com> | 10 2010-01-12 Chong Yidong <cyd@stupidchicken.com> |