diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-06-27 19:19:23 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-06-27 19:19:23 +0000 |
commit | 3773c3902311de95b299a65885f3e3b2da3f7749 (patch) | |
tree | 7b796e9a551b9932977f108408a1fef6ab41ac70 /configure.ac | |
parent | 3730989b3197381bdaf381b59c1f1ad30b3a1efe (diff) |
downgrade gettext requirement
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 a30a540eef..443e27321e 100644 --- a/configure.ac +++ b/configure.ac @@ -957,7 +957,7 @@ AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :]) # check for gettext AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.19.3]) +AM_GNU_GETTEXT_VERSION([0.18.3]) # Checks for standard typedefs, structures, and compiler characteristics. AC_TYPE_PID_T |