]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gal/gal-2.0-1.99.11/configure.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gal / gal-2.0-1.99.11 / configure.patch
1 --- gal-2.1.10/configure.in~    2004-06-01 14:33:00.000000000 +0100
2 +++ gal-2.1.10/configure.in     2004-06-26 20:22:52.000000000 +0100
3 @@ -145,7 +145,7 @@
4                 exit (1);
5  
6         exit (0);
7 -}], ac_cv_libiconv_utf8=yes, [ac_cv_libiconv_utf8=no; have_iconv=no], [ac_cv_libiconv_utf8=no; have_iconv=no]))
8 +}], ac_cv_libiconv_utf8=yes, [ac_cv_libiconv_utf8=no; have_iconv=no], [ac_cv_libiconv_utf8=yes; have_iconv=yes]))
9  fi
10  
11  if test "$have_iconv" = no; then
12 @@ -154,25 +154,6 @@
13  AC_SUBST(ICONV_CFLAGS)
14  AC_SUBST(ICONV_LIBS)
15  
16 -CFLAGS="$CFLAGS -I$srcdir"
17 -
18 -AC_MSG_CHECKING(preferred charset formats for system iconv)
19 -AC_TRY_RUN([
20 -#define CONFIGURE_IN
21 -#include "iconv-detect.c"
22 -],[
23 -       AC_MSG_RESULT(found)
24 -],[
25 -       AC_MSG_RESULT(not found)
26 -       AC_WARN([
27 -       *** The iconv-detect program was unable to determine the
28 -       *** preferred charset formats recognized by your system
29 -       *** iconv library. It is suggested that you install a
30 -       *** working iconv library such as the one found at
31 -       *** ftp://ftp.gnu.org/pub/gnu/libiconv
32 -       ])
33 -])
34 -
35  CFLAGS="$save_CFLAGS"
36  LIBS="$save_LIBS"
37  
38 @@ -200,7 +181,7 @@
39  }],[
40  AC_DEFINE(HAVE_LKSTRFTIME, 1, [strftime supports use of l and k])
41  ac_cv_lkstrftime=yes
42 -],ac_cv_lkstrftime=no,ac_cv_lkstrftime=no])
43 +],ac_cv_lkstrftime=no,ac_cv_lkstrftime=yes])
44  AC_MSG_RESULT($ac_cv_lkstrftime)
45  
46  dnl Check for nl_langinfo and CODESET