You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
455 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -555,9 +555,6 @@ dnl it should be safe to re-edit 0.40 back down to 0.23
  4. use_nls=no
  5. if test "x$enable_nls" = "xyes" ; then
  6. use_nls=yes
  7. - m4_ifdef([IT_PROG_INTLTOOL],
  8. - [IT_PROG_INTLTOOL([0.35.0],[no-xml])],
  9. - [AC_MSG_ERROR("--enable-nls requires intltool to be installed.")])
  10. AC_CHECK_HEADERS([libintl.h])
  11. GETTEXT_PACKAGE=transmission-gtk
  12. AC_SUBST(GETTEXT_PACKAGE)