summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@src.gnome.org>2016-08-19 01:21:01 +0300
committerErnestas Kulik <ernestask@src.gnome.org>2016-08-19 10:04:34 +0300
commit43f2065add00c029584ced89b4c4ea391f9b52b3 (patch)
tree7aaf63a394cb16652ff7c8d500f1e06c36514485
parent7a9eacc0afa53520eef12542c4d330bf66142200 (diff)
downloadnautilus-43f2065add00c029584ced89b4c4ea391f9b52b3.tar.gz
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
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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
])