blob: 1a6d9d192892da417775b66a973e62a01a95d8df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
#
--- libetpan-0.33pre/configure.in~config_iconv 2004-03-07 01:59:00.000000000 +0100
+++ libetpan-0.33pre/configure.in 2004-04-07 16:30:42.286805212 +0200
@@ -92,14 +92,6 @@
fi
AC_SUBST(SSLLIBS)
-dnl iconv
-AC_ARG_ENABLE(iconv,
- [ --disable-iconv make a version not using iconv],
- enable_iconv=no, enable_iconv=yes)
-if test x$enable_iconv = xyes; then
- AM_ICONV
-fi
-
dnl Berkeley DB
DBVERS=0
|