summaryrefslogtreecommitdiff
path: root/net-voip/linphone/files/linphone-3.6.1-nls.patch
blob: fb53aece8f648afa368fb8fc9efe02f6220ecffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Author: hasufell <hasufell@gentoo.org>
Date:   Sun Sep 29 20:19:39 2013 +0200

    fix nls

--- a/configure.ac
+++ b/configure.ac
@@ -79,7 +79,10 @@ AC_SUBST(CONSOLE_FLAGS)
 AC_SUBST(GUI_FLAGS)
 
 dnl localization tools
-IT_PROG_INTLTOOL([0.40], [no-xml])
+AM_NLS
+if test "$USE_NLS" != "no"; then
+    IT_PROG_INTLTOOL([0.40], [no-xml])
+fi
 
 AM_CONDITIONAL(BUILD_TESTS,test x$build_tests != xno)