You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-voip/linphone/files/linphone-3.4.3-nls.patch

15 lines
343 B

--- configure.ac 2011-02-11 13:24:11.000000000 +0300
+++ configure.ac 2011-03-01 12:39:43.061643811 +0300
@@ -69,7 +69,10 @@
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
dnl Initialize libtool
AC_LIBTOOL_WIN32_DLL