diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-10-16 00:06:51 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-10-16 00:07:12 +0200 |
commit | 28beaffe58656e77514afab4f0eca8c011224c7b (patch) | |
tree | 46786ec0cd5644dcecd2b309d310f3184bdba302 /configure.ac | |
parent | fb108b3dd59df0c6e00be811a7a25371776aa80a (diff) | |
download | fetchmail-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.ac | 1 |
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. |