From: Tim-Philipp Müller Date: Mon, 26 Nov 2012 00:19:03 +0000 (+0000) Subject: gst-glib2.m4: we don't need to link against gthread-2.0 any more X-Git-Tag: upstream/20130618~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a068ce802e01659842cccfb23f1eaf013f6b125;p=platform%2Fupstream%2Fgst-common.git 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 --- 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.])