summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/eds/evolution-data-server-2.20.0/no_iconv_test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/eds/evolution-data-server-2.20.0/no_iconv_test.patch')
-rw-r--r--meta/recipes-sato/eds/evolution-data-server-2.20.0/no_iconv_test.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-sato/eds/evolution-data-server-2.20.0/no_iconv_test.patch b/meta/recipes-sato/eds/evolution-data-server-2.20.0/no_iconv_test.patch
deleted file mode 100644
index 493b70df1f..0000000000
--- a/meta/recipes-sato/eds/evolution-data-server-2.20.0/no_iconv_test.patch
+++ /dev/null
@@ -1,32 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3Index: trunk/configure.in
4===================================================================
5--- trunk.orig/configure.in 2005-09-28 17:34:08.000000000 +0000
6+++ trunk/configure.in 2005-09-28 19:13:22.000000000 +0000
7@@ -254,25 +221,6 @@
8 AC_SUBST(ICONV_CFLAGS)
9 AC_SUBST(ICONV_LIBS)
10
11-CFLAGS="$CFLAGS -I$srcdir"
12-
13-AC_MSG_CHECKING(preferred charset formats for system iconv)
14-AC_TRY_RUN([
15-#define CONFIGURE_IN
16-#include "iconv-detect.c"
17-],[
18- AC_MSG_RESULT(found)
19-],[
20- AC_MSG_RESULT(not found)
21- AC_WARN([
22- *** The iconv-detect program was unable to determine the
23- *** preferred charset formats recognized by your system
24- *** iconv library. It is suggested that you install a
25- *** working iconv library such as the one found at
26- *** ftp://ftp.gnu.org/pub/gnu/libiconv
27- ])
28-])
29-
30 CFLAGS="$save_CFLAGS"
31 LIBS="$save_LIBS"
32