aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-10-16 00:06:51 +0200
committerMatthias Andree <matthias.andree@gmx.de>2010-10-16 00:07:12 +0200
commit28beaffe58656e77514afab4f0eca8c011224c7b (patch)
tree46786ec0cd5644dcecd2b309d310f3184bdba302 /configure.ac
parentfb108b3dd59df0c6e00be811a7a25371776aa80a (diff)
downloadfetchmail-28beaffe58656e77514afab4f0eca8c011224c7b.tar.gz
fetchmail-28beaffe58656e77514afab4f0eca8c011224c7b.tar.bz2
fetchmail-28beaffe58656e77514afab4f0eca8c011224c7b.zip
Request that autopoint installs gettext 0.17.
Should fix a MacOS X bootstrapping problem reported by Christian Ebert.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 65551854..bb493d58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -138,6 +138,7 @@ AC_CACHE_SAVE
dnl i18n
AM_GNU_GETTEXT([external], [need-ngettext])
+AM_GNU_GETTEXT_VERSION([0.17])
dnl end i18n
# Under sysV68, socket and friends are provided by the C library.