eliminate gratuitious comment change in source code
[debian/amanda] / common-src / glib-util.c
index a20d7459d0992af0b5db590a8906b167c32f13c0..9fd8ced967bae8b91086e4c752a751523834c371 100644 (file)
@@ -95,7 +95,8 @@ glib_init(void) {
     if (did_glib_init) return;
     did_glib_init = TRUE;
 
-    /* set up libcurl */
+    /* set up libcurl (this must happen before threading 
+     * is initialized) */
 #ifdef HAVE_LIBCURL
 # ifdef G_THREADS_ENABLED
 #  if (GLIB_MAJOR_VERSION < 2 || (GLIB_MAJOR_VERSION == 2 && GLIB_MINOR_VERSION < 31))