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

Collapse All | Expand All

(-)a/configure.ac (-1 / +4 lines)
Lines 80-86 Link Here
80
AC_SUBST(GUI_FLAGS)
80
AC_SUBST(GUI_FLAGS)
81
81
82
dnl localization tools
82
dnl localization tools
83
IT_PROG_INTLTOOL([0.40], [no-xml])
83
AM_NLS
84
if test "$USE_NLS" != "no"; then
85
    IT_PROG_INTLTOOL([0.40], [no-xml])
86
fi
84
87
85
AM_CONDITIONAL(BUILD_TESTS,test x$build_tests != xno)
88
AM_CONDITIONAL(BUILD_TESTS,test x$build_tests != xno)
86
dnl Initialize libtool
89
dnl Initialize libtool

Return to bug 397645