diff options
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 |