]> git.pld-linux.org Git - packages/balsa.git/blame - balsa-iconv-in-libc.patch
- desktop fixes, rel. 4
[packages/balsa.git] / balsa-iconv-in-libc.patch
CommitLineData
28d829f2
JB
1--- balsa-2.0.17/configure.in.orig Sun Mar 28 23:41:56 2004
2+++ balsa-2.0.17/configure.in Fri May 7 13:26:55 2004
3@@ -364,11 +364,12 @@
4 [if test "$with_iconv" != yes -a "$with_iconv" != no ; then
5 CPPFLAGS="-I${with_iconv}/include $CPPFLAGS"
6 LDFLAGS="-L${with_iconv}/lib $LDFLAGS"
7- fi])
8- AC_CHECK_LIB(iconv, iconv_open, , [
9+ fi
10+ if test "$with_iconv" != no ; then
11+ AC_CHECK_LIB(iconv, iconv_open)
12+ fi])
13 AC_CHECK_FUNC(iconv_open, , [
14 AC_MSG_ERROR([*** You need iconv for balsa.])
15- ])
16 ])
17
18 dnl ##########################################################################
This page took 0.036365 seconds and 4 git commands to generate.