aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel.c')
-rw-r--r--camel/camel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel.c b/camel/camel.c
index 846d946b9a..2d2272057a 100644
--- a/camel/camel.c
+++ b/camel/camel.c
@@ -34,7 +34,7 @@ camel_init(void)
{
#ifdef ENABLE_THREADS
#ifdef G_THREADS_ENABLED
- g_thread_init (NULL);
+ /*g_thread_init (NULL);*/
#else /* G_THREADS_ENABLED */
printf ("Threads are not supported by your version of glib\n");
#endif /* G_THREADS_ENABLED */