summaryrefslogtreecommitdiff
path: root/japanese/mutt-devel/files/patch-aa
blob: 8185aa0e1397079324a20457e2dee2c9af81ad1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
--- configure.in.orig	Sun Feb  4 21:04:05 2001
+++ configure.in	Sun Feb  4 21:04:31 2001
@@ -417,14 +417,14 @@
     [ mutt_cv_func_iconv=no
       mutt_cv_lib_iconv=no
       AC_TRY_LINK([#include <stdlib.h>
-#include <iconv.h>],
+#include <giconv.h>],
 	[iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);],
 	mutt_cv_func_iconv=yes)
       if test "$mutt_cv_func_iconv" = no; then
 	mutt_save_LIBS="$LIBS"
-	LIBS="$LIBS -liconv"
+	LIBS="$LIBS -lgiconv"
 	AC_TRY_LINK([#include <stdlib.h>
-#include <iconv.h>],
+#include <giconv.h>],
 	  [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);],
 	  mutt_cv_lib_iconv=yes
 	  mutt_cv_func_iconv=yes)
@@ -435,7 +435,7 @@
   AC_MSG_ERROR(Unable to find iconv library)
 fi
 if test "$mutt_cv_lib_iconv" = yes; then
-  LIBICONV="-liconv"
+  LIBICONV="-lgiconv"
 fi
 AC_DEFINE(HAVE_ICONV)
 
@@ -448,7 +448,7 @@
 	mutt_save_LIBS="$LIBS"
 	LIBS="$LIBS $LIBICONV"
 	AC_TRY_RUN([
-#include <iconv.h>
+#include <giconv.h>
 int main()
 {
   iconv_t cd;
@@ -479,7 +479,7 @@
 	mutt_save_LIBS="$LIBS"
 	LIBS="$LIBS $LIBICONV"
 	AC_TRY_RUN([
-#include <iconv.h>
+#include <giconv.h>
 #include <string.h>
 int main()
 {