aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-27 19:19:23 +0000
committerChristian Grothoff <christian@grothoff.org>2015-06-27 19:19:23 +0000
commit3773c3902311de95b299a65885f3e3b2da3f7749 (patch)
tree7b796e9a551b9932977f108408a1fef6ab41ac70 /configure.ac
parent3730989b3197381bdaf381b59c1f1ad30b3a1efe (diff)
downloadgnunet-3773c3902311de95b299a65885f3e3b2da3f7749.tar.gz
gnunet-3773c3902311de95b299a65885f3e3b2da3f7749.zip
downgrade gettext requirement
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 a30a540ee..443e27321 100644
--- a/configure.ac
+++ b/configure.ac
@@ -957,7 +957,7 @@ AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])
957 957
958# check for gettext 958# check for gettext
959AM_GNU_GETTEXT([external]) 959AM_GNU_GETTEXT([external])
960AM_GNU_GETTEXT_VERSION([0.19.3]) 960AM_GNU_GETTEXT_VERSION([0.18.3])
961 961
962# Checks for standard typedefs, structures, and compiler characteristics. 962# Checks for standard typedefs, structures, and compiler characteristics.
963AC_TYPE_PID_T 963AC_TYPE_PID_T