1
0
Fork 0
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:
Charles Kerr 2009-08-12 13:48:19 +00:00
parent be3f3a617e
commit f7319770c1

View file

@ -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)