From 57ff7ab19926395bb1d2486e2532f675c1cdd971 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 2 Oct 2015 22:26:36 +0300 Subject: [PATCH] Add configure check for GLib for consistency with other modules --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) 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]) -- 2.7.4