| commit | 461e91ca91186c1ed23316127fffe4230e3aacd2 | [log] |
|---|---|---|
| author | David Tardon <dtardon@redhat.com> | Tue Jun 21 10:31:57 2016 +0200 |
| committer | David Tardon <dtardon@redhat.com> | Tue Jun 21 10:33:00 2016 +0200 |
| tree | 32a4ae81a1443df57e12d0d4b360be76f57258bc | |
| parent | 85fba6b5b7f516e359d015ad31325feefffe1126 [diff] |
tdf#100455 check for minimal dconf version Change-Id: I8e164bb4afc221cefd93d519569cdefa4486349f
diff --git a/configure.ac b/configure.ac index 97794c8..590e326 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