gst-glib2.m4: we don't need to link against gthread-2.0 any more
authorTim-Philipp Müller <tim@centricular.net>
Mon, 26 Nov 2012 00:19:03 +0000 (00:19 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 26 Nov 2012 00:26:18 +0000 (00:26 +0000)
All the normal thread-related stuff is in glib proper, and
we don't use g_thread_init() any more.

https://bugzilla.gnome.org/show_bug.cgi?id=689043

m4/gst-glib2.m4

index 3f3d565..b80be0b 100644 (file)
@@ -16,7 +16,7 @@ AC_DEFUN([AG_GST_GLIB_CHECK],
 
   dnl Check for glib with everything
   AG_GST_PKG_CHECK_MODULES(GLIB,
-    glib-2.0 >= $GLIB_REQ gobject-2.0 gthread-2.0 gmodule-no-export-2.0)
+    glib-2.0 >= $GLIB_REQ gobject-2.0 gmodule-no-export-2.0)
 
   if test "x$HAVE_GLIB" = "xno"; then
     AC_MSG_ERROR([This package requires GLib >= $GLIB_REQ to compile.])