diff options
author | infirit <[email protected]> | 2015-09-06 18:08:40 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-06 18:08:40 +0200 |
commit | 397335baee8c21654b0a55b23c22edbff21d39b3 (patch) | |
tree | bce011cecab6e256cafe520360c8375712134355 /configure.ac | |
parent | 5e8918b2905203dc31c79b0ce3fc53e5806f2177 (diff) | |
download | libmateweather-397335baee8c21654b0a55b23c22edbff21d39b3.tar.bz2 libmateweather-397335baee8c21654b0a55b23c22edbff21d39b3.tar.xz |
Bump required intltool version for gsettings support
And mark the gschema accordingly in POTFILES
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 cbcc20a..f90be06 100644 --- a/configure.ac +++ b/configure.ac @@ -50,7 +50,7 @@ LT_PREREQ([2.2.6]) LT_INIT([dlopen disable-static]) LT_LIB_M -IT_PROG_INTLTOOL([0.40.6]) +IT_PROG_INTLTOOL([0.50.1]) PKG_PROG_PKG_CONFIG([0.19]) |