From: Wolfgang Bumiller Date: Mon, 6 Feb 2017 11:07:23 +0000 (+0100) Subject: logger: drop gthread dependency X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=commitdiff_plain;h=7f7b4890420c216283499c0cf00166a3f3aecbbf;hp=7f7b4890420c216283499c0cf00166a3f3aecbbf logger: drop gthread dependency g_thread_new is part of glib directly, libgthread only contains the deprecated g_thread_init() & friends which we do not use. This silences a build warning. ---