From: Arun Persaud Date: Wed, 12 Oct 2011 03:53:52 +0000 (-0700) Subject: only require 0.17 of gettext X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=855fc89e4cf44598ca1426fe05aa5681e07850c9 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. --- 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)