dev-embedded/stlink: add
[sgilles-overlay.git] / net-voip / linphone / files / linphone-3.6.1-nls.patch
blobfb53aece8f648afa368fb8fc9efe02f6220ecffb
1 Author: hasufell <hasufell@gentoo.org>
2 Date: Sun Sep 29 20:19:39 2013 +0200
4 fix nls
6 --- a/configure.ac
7 +++ b/configure.ac
8 @@ -79,7 +79,10 @@ AC_SUBST(CONSOLE_FLAGS)
9 AC_SUBST(GUI_FLAGS)
11 dnl localization tools
12 -IT_PROG_INTLTOOL([0.40], [no-xml])
13 +AM_NLS
14 +if test "$USE_NLS" != "no"; then
15 + IT_PROG_INTLTOOL([0.40], [no-xml])
16 +fi
18 AM_CONDITIONAL(BUILD_TESTS,test x$build_tests != xno)