Daniel Novotny f54fea
diff -up amanda-2.6.1p2/common-src/glib-util.c.ftbfs amanda-2.6.1p2/common-src/glib-util.c
Daniel Novotny f54fea
--- amanda-2.6.1p2/common-src/glib-util.c.ftbfs	2010-02-16 13:06:25.000000000 +0100
Daniel Novotny f54fea
+++ amanda-2.6.1p2/common-src/glib-util.c	2010-02-16 13:06:52.000000000 +0100
Daniel Novotny f54fea
@@ -45,7 +45,7 @@ glib_init(void) {
Daniel Novotny f54fea
      * is initialized) */
Daniel Novotny f54fea
 #ifdef HAVE_LIBCURL
Daniel Novotny f54fea
 # ifdef G_THREADS_ENABLED
Daniel Novotny f54fea
-    g_assert(!g_thread_supported());
Daniel Novotny f54fea
+/*   g_assert(!g_thread_supported()); */
Daniel Novotny f54fea
 # endif
Daniel Novotny f54fea
     g_assert(curl_global_init(CURL_GLOBAL_ALL) == 0);
Daniel Novotny f54fea
 #endif