aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2010-01-23 17:15:22 -0500
committerChong Yidong <[email protected]>2010-01-23 17:15:22 -0500
commitc6d09b8da9277374a080f8574251b98f8f7879cb (patch)
tree7d6581e10421c9a4d8dcede70b10909bc50f4793 /ChangeLog
parent5336c3ec747bcfca4edf97e962f06ec6f37b6936 (diff)
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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db1d28dd62..6792ba4f3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-01-23 Giorgos Keramidas <[email protected]> (tiny change)
+
+ * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
+ this header file).
+
2010-01-12 Juanma Barranquero <[email protected]>
* .bzrignore: Ignore all .exe, instead of individual files.