aboutsummaryrefslogtreecommitdiffstats
path: root/net/gtk-gnutella/files/patch-Configure
blob: 56095a7cace6ae0934d876ab3a45b9a10212543c (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
--- Configure.orig  Wed Jun  9 01:49:22 2004
+++ Configure   Sat Jun 12 16:48:17 2004
@@ -3874,8 +3874,8 @@
 $rm -f t.c

 : see if ucnv_open_2_6 exists
-set ucnv_open_2_6 d_ucnv_open_2_6
-eval $inlibc
+: set ucnv_open_2_6 d_ucnv_open_2_6
+: eval $inlibc

 : check whether we have a working ICU library
 echo " "
@@ -3883,8 +3883,8 @@
 case " $libs " in
 *" -licuuc "*)
    has_icu=y
-   case "$i_uni_putil$d_ucnv_open_2_6" in
-   "$define$define")
+   case "$i_uni_putil" in
+   "$define")
        echo "Your ICU library is workable." >&4
        val="$define"
        ;;