Add configure check for GLib for consistency with other modules
authorSebastian Dröge <sebastian@centricular.com>
Fri, 2 Oct 2015 19:26:36 +0000 (22:26 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 2 Oct 2015 19:26:36 +0000 (22:26 +0300)
configure.ac

index be46a7d..be23a66 100644 (file)
@@ -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])