diff options
author | David Tardon <dtardon@redhat.com> | 2016-06-21 10:31:57 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-06-21 10:33:00 +0200 |
commit | 461e91ca91186c1ed23316127fffe4230e3aacd2 (patch) | |
tree | 32a4ae81a1443df57e12d0d4b360be76f57258bc /configure.ac | |
parent | 85fba6b5b7f516e359d015ad31325feefffe1126 (diff) |
tdf#100455 check for minimal dconf version
Change-Id: I8e164bb4afc221cefd93d519569cdefa4486349f
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 97794c8903d8..590e32688212 100644 --- a/configure.ac +++ b/configure.ac @@ -10587,7 +10587,7 @@ AC_SUBST([COLLADA2GLTF_LIBS]) AC_SUBST([SYSTEM_COLLADA2GLTF]) if test "$enable_dconf" != no; then - PKG_CHECK_MODULES([DCONF], [dconf], [], [ + PKG_CHECK_MODULES([DCONF], [dconf >= 0.15.2], [], [ if test "$enable_dconf" = yes; then AC_MSG_ERROR([dconf not found]) else |