--- 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" ;;