diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2008-03-04 John (J5) Palmieri <johnp@redhat.com> + * configure.in: add $THREAD_LIBS to DBUS_LAUNCHER_LIBS so we link + correctly + +2008-03-04 John (J5) Palmieri <johnp@redhat.com> + * tools/dbus-launch.c: wrap X'ism in #ifdef so we can compile without X diff --git a/configure.in b/configure.in index 62ac3871..53fa59e5 100644 --- a/configure.in +++ b/configure.in @@ -998,7 +998,7 @@ AC_SUBST(DBUS_BUS_CFLAGS) AC_SUBST(DBUS_BUS_LIBS) DBUS_LAUNCHER_CFLAGS="$XML_CFLAGS" -DBUS_LAUNCHER_LIBS="$XML_LIBS" +DBUS_LAUNCHER_LIBS="$XML_LIBS $THREAD_LIBS" AC_SUBST(DBUS_LAUNCHER_CFLAGS) AC_SUBST(DBUS_LAUNCHER_LIBS) |