tags 978911 patch
[email protected]
usertags 978911 origin-ubuntu impish ubuntu-patch
thank you
The attached patch should fix the issue
Index: transmission-3.00/configure.ac
===================================================================
--- transmission-3.00.orig/configure.ac
+++ transmission-3.00/configure.ac
@@ -555,9 +555,7 @@ dnl it should be safe to re-edit 0.40 ba
use_nls=no
if test "x$enable_nls" = "xyes" ; then
use_nls=yes
- m4_ifdef([IT_PROG_INTLTOOL],
- [IT_PROG_INTLTOOL([0.35.0],[no-xml])],
- [AC_MSG_ERROR("--enable-nls requires intltool to be installed.")])
+IT_PROG_INTLTOOL([0.35.0],[no-xml])
AC_CHECK_HEADERS([libintl.h])
GETTEXT_PACKAGE=transmission-gtk
AC_SUBST(GETTEXT_PACKAGE)