diff options
author | Juan A. Suarez Romero <jasuarez@igalia.com> | 2014-03-06 17:28:08 +0000 |
---|---|---|
committer | Juan A. Suarez Romero <jasuarez@igalia.com> | 2014-03-06 18:31:32 +0100 |
commit | 806a8598c34d5b408eeebd3b699d50a03bd5c105 (patch) | |
tree | b27efc3e695ee6c86189939defcfb547a459df13 /configure.ac | |
parent | 0d380b7e10b84740a54ec108df61fc4c62b43e0f (diff) | |
download | grilo-806a8598c34d5b408eeebd3b699d50a03bd5c105.tar.gz |
core: Use g_clear_pointer/object when possible
Reduces the number of lines and makes the code more readable.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 59684f0..7abbcec 100644 --- a/configure.ac +++ b/configure.ac @@ -123,7 +123,7 @@ AC_DEFINE_UNQUOTED(GRL_PLUGINS_DIR, "$GRL_PLUGINS_DIR", [Plugins directory]) # DEPENDENCIES # ---------------------------------------------------------- -PKG_CHECK_MODULES(DEPS, glib-2.0 >= 2.32 \ +PKG_CHECK_MODULES(DEPS, glib-2.0 >= 2.34 \ gobject-2.0 \ gmodule-2.0 \ gio-2.0 \ |