From 43f2065add00c029584ced89b4c4ea391f9b52b3 Mon Sep 17 00:00:00 2001 From: Ernestas Kulik Date: Fri, 19 Aug 2016 01:21:01 +0300 Subject: configure.ac: link against libgd dynamically Automatic resource registration appears to not work properly with the static libgd variant, which causes warnings. That can be worked around by linking against libgd dynamically. https://bugzilla.gnome.org/show_bug.cgi?id=770121 --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8aa384192..b875402be 100644 --- a/configure.ac +++ b/configure.ac @@ -311,7 +311,6 @@ AM_CONDITIONAL(ENABLE_UPDATE_MIMEDB, test x$enable_update_mimedb = xyes) LIBGD_INIT([ gtk-hacks notification - static _view-common tagged-entry ]) -- cgit v1.2.1