]> git.pld-linux.org Git - packages/pilot-link.git/blob - pilot-link-iconv-in-glibc.patch
- rel 8
[packages/pilot-link.git] / pilot-link-iconv-in-glibc.patch
1 --- pilot-link-0.11.8/configure.in.orig 2004-03-15 23:34:13.000000000 +0100
2 +++ pilot-link-0.11.8/configure.in      2004-03-15 23:39:00.860862752 +0100
3 @@ -268,6 +268,7 @@
4  CFLAGS="$CFLAGS $ICONV_CFLAGS"
5  LDFLAGS="$LDFLAGS $ICONV_LIBS"
6  
7 +AC_CHECK_FUNC(iconv, [have_iconv=yes], [
8  AC_CHECK_LIB(
9         iconv, libiconv, [have_iconv=yes; ICONV_LIBS="$ICONV_LIBS -liconv"], [
10                 AC_CHECK_FUNC(iconv, [
11 @@ -300,6 +301,7 @@
12  
13         exit (0);
14  }], AC_MSG_RESULT(yes); have_iconv=yes, [AC_MSG_RESULT(no);], AC_MSG_RESULT(not cross compiling);)])])
15 +])
16  
17  dnl ##  Fixed AC_TRY_RUN warning, missing third argument. -DD 22/01/2002
18  dnl
This page took 0.053978 seconds and 3 git commands to generate.