From 855fc89e4cf44598ca1426fe05aa5681e07850c9 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Tue, 11 Oct 2011 20:53:52 -0700 Subject: [PATCH] only require 0.17 of gettext This seems to solve many build issues with older distrubtions and doesn't seem to be a problem with newer ones. --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 32b58d1..cae8d5d 100644 --- a/configure.ac +++ b/configure.ac @@ -76,7 +76,7 @@ AC_ISC_POSIX AC_PROG_INSTALL dnl| add gettext support -AM_GNU_GETTEXT_VERSION(0.18.1) +AM_GNU_GETTEXT_VERSION(0.17) AM_GNU_GETTEXT([external]) AC_CHECK_PROGS(RSH, remsh rsh, rsh) -- 1.7.0.4