mirror of
https://github.com/transmission/transmission
synced 2025-03-15 16:29:34 +00:00
(trunk) fix r8893 oops: I accidentally committed a one-liner in configure.ac that I use to get T building on a machine that doesn't have intltool 0.40
This commit is contained in:
parent
be3f3a617e
commit
f7319770c1
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ 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
|
||||
IT_PROG_INTLTOOL([0.35.0],[no-xml])
|
||||
IT_PROG_INTLTOOL([0.40.0],[no-xml])
|
||||
AC_CHECK_HEADERS([libintl.h])
|
||||
GETTEXT_PACKAGE=transmission
|
||||
AC_SUBST(GETTEXT_PACKAGE)
|
||||
|
|
Loading…
Add table
Reference in a new issue