aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-15 13:17:09 +0000
committerChristian Grothoff <christian@grothoff.org>2015-07-15 13:17:09 +0000
commit07d2afe861142b47025207c1834225932ba6e690 (patch)
treef70900fd055f48327925309c7806f2247bed7e16 /configure.ac
parent3a85392fefd67dc0d3e3ab85be73a8fa1a99049f (diff)
-downgrade version requirement further
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b8bc619474..9ae80398fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -962,7 +962,7 @@ AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])
# check for gettext
AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.18.3])
+AM_GNU_GETTEXT_VERSION([0.18.1])
# Checks for standard typedefs, structures, and compiler characteristics.
AC_TYPE_PID_T