diff options
author | Dave Airlie <airlied@redhat.com> | 2014-09-19 15:06:23 +1000 |
---|---|---|
committer | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2014-09-30 23:58:01 +0100 |
commit | 8006d84ef22ca87f377189fd69175a72baec3cbe (patch) | |
tree | 12b16542ab1ce6ab83d182c449c385485e5490ec | |
parent | 6faacc4712aa721df73df73c6daca8420941e38d (diff) |
xkeyboard-config: drop gettext requirement to 0.17
This fixes build in the tinderbox.
Signed-off-by: Dave airlie <airlied@redhat.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d1f5f763..13a65037 100644 --- a/configure.ac +++ b/configure.ac @@ -65,7 +65,7 @@ AM_CONDITIONAL(USE_COMPAT_RULES, test "x$enable_compat_rules" = "xyes") # **** AC_PROG_INTLTOOL(0.30) -AM_GNU_GETTEXT_VERSION([0.18.1]) +AM_GNU_GETTEXT_VERSION([0.17]) AM_GNU_GETTEXT([external]) GETTEXT_PACKAGE=xkeyboard-config |