From 2a068ce802e01659842cccfb23f1eaf013f6b125 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 26 Nov 2012 00:19:03 +0000 Subject: [PATCH] gst-glib2.m4: we don't need to link against gthread-2.0 any more 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/gst-glib2.m4 b/m4/gst-glib2.m4 index 3f3d565..b80be0b 100644 --- a/m4/gst-glib2.m4 +++ b/m4/gst-glib2.m4 @@ -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.]) -- 2.7.4