diff options
author | Stefano Karapetsas <[email protected]> | 2013-03-03 13:50:36 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-03-03 13:50:36 +0100 |
commit | 5a6b94bf4b58052a6e820adfb0d092e5053770f8 (patch) | |
tree | 921b6dca6ee897e3b83c78b9b1300d928ad97712 /configure.ac | |
parent | 7b7075f2a55616a5a20a80d0f8854fc60206a971 (diff) | |
download | mate-terminal-5a6b94bf4b58052a6e820adfb0d092e5053770f8.tar.bz2 mate-terminal-5a6b94bf4b58052a6e820adfb0d092e5053770f8.tar.xz |
Fix dconf minimum versions
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e3c088e..43f2bd2 100644 --- a/configure.ac +++ b/configure.ac @@ -39,8 +39,8 @@ MATE_COMPILE_WARNINGS([maximum]) AM_GLIB_GNU_GETTEXT -DCONF_NEW_REQUIRED=0.13 -DCONF_OLD_REQUIRED=0.10 +DCONF_NEW_REQUIRED=0.13.4 +DCONF_OLD_REQUIRED=0.10.0 GLIB_REQUIRED=2.25.0 GIO_REQUIRED=2.25.12 GTK_REQUIRED=2.14.0 |