[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - configure.ac
David Tardon
dtardon at redhat.com
Tue Jun 21 13:56:53 UTC 2016
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 53d31e56fe0fba6347f2ddc8b2f2451c6f231f7e
Author: David Tardon <dtardon at redhat.com>
Date: Tue Jun 21 10:31:57 2016 +0200
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 at libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/configure.ac b/configure.ac
index 1bd9c30..4a8a223 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10530,7 +10530,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
More information about the Libreoffice-commits
mailing list