summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2008-03-04 13:21:05 -0500
committerJohn (J5) Palmieri <johnp@redhat.com>2008-03-04 13:21:05 -0500
commitd25151483fe0143354dc188e888a0f2d740df2da (patch)
tree207baa4bdcd6614c26bf4abc3f9586aa7de57d53 /ChangeLog
parentbd561f9a1941821c9c1d9266765b3a9d1b133e00 (diff)
fix broken poll on Mac OSX - build patch by Benjamin Reed
* configure.in: check for OSX's deadlocking poll * dbus/dbus-sysdeps-unix.c (_dbus_poll): if we have a broken poll don't use poll
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28497bc8..96cecd01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-03-04 John (J5) Palmieri <johnp@redhat.com>
+ * fix broken poll on Mac OSX - build patch by Benjamin Reed
+ * configure.in: check for OSX's deadlocking poll
+ * dbus/dbus-sysdeps-unix.c (_dbus_poll): if we have a broken poll
+ don't use poll
+
+2008-03-04 John (J5) Palmieri <johnp@redhat.com>
+
* check if the linker supports a flag instead of just checking for GNU
ld
* configure.in: move AM_PROG_LIBTOOL to the top