mirror of
https://github.com/transmission/transmission
synced 2024-12-25 09:13:06 +00:00
(trunk) #4744 "Fix IT_PROG_INTLTOOL failing if intltool is not installed" -- use patch from Adys
This commit is contained in:
parent
631a77287d
commit
ee15a0fb63
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,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])
|
||||
m4_ifdef(IT_PROG_INTLTOOL, IT_PROG_INTLTOOL([0.35.0],[no-xml])
|
||||
AC_CHECK_HEADERS([libintl.h])
|
||||
GETTEXT_PACKAGE=transmission-gtk
|
||||
AC_SUBST(GETTEXT_PACKAGE)
|
||||
|
|
Loading…
Reference in a new issue