From b1b935ae1b1daa12189c0e650c617d73be1f3b1e Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 24 Jun 2009 14:58:27 +0000 Subject: [PATCH] (trunk configure.ac) add a note about intltool 0.40 --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure.ac b/configure.ac index cd55c1aa4..014cc409e 100644 --- a/configure.ac +++ b/configure.ac @@ -302,6 +302,12 @@ dnl This section is only used for internationalization. dnl If you don't need translations and this section gives you trouble -- dnl such as if you're building for a headless system -- dnl it's okay to tear this section out and re-build the configure script. +dnl +dnl Note to packagers: the bump to intltool 0.40 was made to fix +dnl a "make check" failure on some systems. if upgrading to 0.40 is +dnl a problem and the old version was working fine for you, +dnl it should be safe to re-edit 0.40 back down to 0.23 + use_nls=no if test "x$enable_nls" = "xyes" ; then use_nls=yes