blob: 099b01b2ac2fc7f08e511adc22226d119382a683 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- libsoup-2.44.2.orig/configure.ac 2013-11-11 23:40:56.000000000 +0100
+++ libsoup-2.44.2/configure.ac 2014-04-14 17:20:43.656655730 +0200
@@ -116,7 +116,6 @@ AM_CONDITIONAL(OS_WIN32, [test $os_win32
dnl ************************
dnl *** gettext/intltool ***
dnl ************************
-IT_PROG_INTLTOOL([0.35.0])
GETTEXT_PACKAGE=libsoup
AC_SUBST([GETTEXT_PACKAGE])
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[The gettext domain name])
|