1 Author: hasufell <hasufell@gentoo.org>
2 Date: Sun Sep 29 20:19:39 2013 +0200
8 @@ -79,7 +79,10 @@ AC_SUBST(CONSOLE_FLAGS)
11 dnl localization tools
12 -IT_PROG_INTLTOOL([0.40], [no-xml])
14 +if test "$USE_NLS" != "no"; then
15 + IT_PROG_INTLTOOL([0.40], [no-xml])
18 AM_CONDITIONAL(BUILD_TESTS,test x$build_tests != xno)