Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 478686 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +5 lines)
Line  Link Here
   fix nls
   fix nls
1
-- a/configure.ac
1
++ b/configure.ac
Lines 79-85 AC_SUBST(CONSOLE_FLAGS) Link Here
79
AC_SUBST(GUI_FLAGS)
79
AC_SUBST(GUI_FLAGS)
80
80
81
dnl localization tools
81
dnl localization tools
82
IT_PROG_INTLTOOL([0.40], [no-xml])
82
AM_NLS
83
if test "$USE_NLS" != "no"; then
84
    IT_PROG_INTLTOOL([0.40], [no-xml])
85
fi
83
86
84
AM_CONDITIONAL(BUILD_TESTS,test x$build_tests != xno)
87
AM_CONDITIONAL(BUILD_TESTS,test x$build_tests != xno)
85
88

Return to bug 478686