summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-06-21 10:31:57 +0200
committerAndras Timar <andras.timar@collabora.com>2016-06-26 14:01:53 +0200
commit92e57cb7a08f3eaa81af6aa42cfde285c3d8fa27 (patch)
treedec8ce2b14794bf818594e377cbf87357eaa1f6f /configure.ac
parent2c431d257521aab075e5fc398bdc97abcece74c1 (diff)
tdf#100455 check for minimal dconf version
Change-Id: I8e164bb4afc221cefd93d519569cdefa4486349f (cherry picked from commit 461e91ca91186c1ed23316127fffe4230e3aacd2) Reviewed-on: https://gerrit.libreoffice.org/26539 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 53d31e56fe0fba6347f2ddc8b2f2451c6f231f7e)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c531082697f2..536b14dc0a4e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10532,7 +10532,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