mirror of
https://github.com/transmission/transmission
synced 2024-12-24 16:52:39 +00:00
(trunk configure.ac) add a note about intltool 0.40
This commit is contained in:
parent
a395528151
commit
b1b935ae1b
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue