From 52fc51bae2244d2b9a9441914f3f4d81eb82eb8a Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 3 Jan 2012 13:11:05 +0100 Subject: Don't call g_thread_init() This completes commit f5c1a48 and removes the remaining calls. https://bugzilla.gnome.org/show_bug.cgi?id=663285 --- docs/libyelp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/libyelp/Makefile.am b/docs/libyelp/Makefile.am index 945dbfcb..c1a13ef4 100644 --- a/docs/libyelp/Makefile.am +++ b/docs/libyelp/Makefile.am @@ -6,7 +6,7 @@ DOC_MAIN_SGML_FILE = libyelp-docs.xml SCAN_OPTIONS = --deprecated-guards="G_DISABLE_DEPRECATED" --rebuild-types -SCANGOBJ_OPTIONS = --type-init-func="g_type_init();g_thread_init(NULL);" +SCANGOBJ_OPTIONS = --type-init-func="g_type_init();" DOC_SOURCE_DIR = $(top_srcdir)/libyelp -- cgit v1.2.1