From 644b7ba6c2d7b43c04d97b78af68dc345d61953d Mon Sep 17 00:00:00 2001 From: pabs Date: Tue, 13 Nov 2007 23:23:38 +0000 Subject: [PATCH] Downgrade the gettext requirement again for mingw git-svn-id: http://svn.voria.com/code@1146 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/configure.ac | 2 +- synfig-studio/trunk/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/synfig-core/trunk/configure.ac b/synfig-core/trunk/configure.ac index 0dddf22..e441f84 100644 --- a/synfig-core/trunk/configure.ac +++ b/synfig-core/trunk/configure.ac @@ -340,7 +340,7 @@ AC_LIB_LTDL ALL_LINGUAS="" AM_GNU_GETTEXT([external]) # This is here so autoreconf will run autopoint -AM_GNU_GETTEXT_VERSION([0.15]) +AM_GNU_GETTEXT_VERSION([0.13]) localedir="$datadir/locale" PKG_CHECK_MODULES(ETL, [ETL >= 0.04.10],,[ diff --git a/synfig-studio/trunk/configure.ac b/synfig-studio/trunk/configure.ac index 7d861a2..754698a 100755 --- a/synfig-studio/trunk/configure.ac +++ b/synfig-studio/trunk/configure.ac @@ -63,7 +63,7 @@ AC_LIBTOOL_PATCH ALL_LINGUAS="" AM_GNU_GETTEXT([external]) # This is here so autoreconf will run autopoint -AM_GNU_GETTEXT_VERSION([0.15]) +AM_GNU_GETTEXT_VERSION([0.13]) case "$host" in *mingw* | *cygwin*) -- 2.7.4