diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2006-10-26 18:06:07 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2006-10-26 18:06:07 +0000 |
commit | 82c9cd05cd19a397043db94025c7a80e75386e8a (patch) | |
tree | bcca99054997670fb765ae6d9ca815f150dd1e07 /ChangeLog | |
parent | f17c060c7234cec9df8ce90628db299d3dd9c4b9 (diff) | |
download | dbus-82c9cd05cd19a397043db94025c7a80e75386e8a.tar.gz |
* configure.in, dbus-1.pc.in: Check to see if thread methods
are in glibc or libpthread and add -lpthread to the link stage
if it is the latter
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-10-26 John (J5) Palmieri <johnp@redhat.com> + + * configure.in, dbus-1.pc.in: Check to see if thread methods + are in glibc or libpthread and add -lpthread to the link stage + if it is the latter + 2006-10-26 Thiago Macieira <thiago@kde.org> * dbus/dbus-connection.c (_dbus_connection_open_internal): Fix |