From: Sebastian Dröge Date: Fri, 2 Oct 2015 19:26:36 +0000 (+0300) Subject: Add configure check for GLib for consistency with other modules X-Git-Tag: 1.19.3~499^2~429 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57ff7ab19926395bb1d2486e2532f675c1cdd971;p=platform%2Fupstream%2Fgstreamer.git Add configure check for GLib for consistency with other modules --- diff --git a/configure.ac b/configure.ac index be46a7d..be23a66 100644 --- a/configure.ac +++ b/configure.ac @@ -112,6 +112,11 @@ dnl *** checks for library functions *** dnl *** checks for dependancy libraries *** +dnl GLib is required +GLIB_REQ=2.40.0 +AC_SUBST([GLIB_REQ]) +AG_GST_GLIB_CHECK([$GLIB_REQ]) + dnl checks for gstreamer dnl uninstalled is selected preferentially -- see pkg-config(1) AG_GST_CHECK_GST($GST_API_VERSION, [$GST_REQ])