Branch: refs/heads/980566 Home: https://github.com/bluez/bluez Commit: 886bc2b6051844aa6a4ddfcfdc1d0919ad76c558 https://github.com/bluez/bluez/commit/886bc2b6051844aa6a4ddfcfdc1d0919ad76c558 Author: Bastien Nocera <hadess@xxxxxxxxxx> Date: 2025-07-09 (Wed, 09 Jul 2025) Changed paths: M configure.ac M obexd/src/main.c M obexd/src/plugin.c Log Message: ----------- obexd: Remove --enable-threads option Threading support is always enabled in dbus since version 1.8 released in 2014: • libdbus always behaves as if dbus_threads_init_default() had been called (thread-safety by default) so remove the obsolete option. Note that we also require glib 2.36, which is newer than the version of glib with GThread support built-in: [Since 2.32] This function is no longer necessary. The GLib threading system is automatically initialized at the start of your program. To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications