@@ -9869,6 +9869,62 @@ if test "$ac_res" != no; then :
9869
9869
9870
9870
else
9871
9871
9872
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing ucol_open_58" >&5
9873
+ $as_echo_n "checking for library containing ucol_open_58... " >&6; }
9874
+ if ${ac_cv_search_ucol_open_58+:} false; then :
9875
+ $as_echo_n "(cached) " >&6
9876
+ else
9877
+ ac_func_search_save_LIBS=$LIBS
9878
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9879
+ /* end confdefs.h. */
9880
+
9881
+ /* Override any GCC internal prototype to avoid an error.
9882
+ Use char because int might match the return type of a GCC
9883
+ builtin and then its argument prototype would still apply. */
9884
+ #ifdef __cplusplus
9885
+ extern "C"
9886
+ #endif
9887
+ char ucol_open_58 ();
9888
+ int
9889
+ main ()
9890
+ {
9891
+ return ucol_open_58 ();
9892
+ ;
9893
+ return 0;
9894
+ }
9895
+ _ACEOF
9896
+ for ac_lib in '' icui18n icuin; do
9897
+ if test -z "$ac_lib"; then
9898
+ ac_res="none required"
9899
+ else
9900
+ ac_res=-l$ac_lib
9901
+ LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9902
+ fi
9903
+ if ac_fn_c_try_link "$LINENO"; then :
9904
+ ac_cv_search_ucol_open_58=$ac_res
9905
+ fi
9906
+ rm -f core conftest.err conftest.$ac_objext \
9907
+ conftest$ac_exeext
9908
+ if ${ac_cv_search_ucol_open_58+:} false; then :
9909
+ break
9910
+ fi
9911
+ done
9912
+ if ${ac_cv_search_ucol_open_58+:} false; then :
9913
+
9914
+ else
9915
+ ac_cv_search_ucol_open_58=no
9916
+ fi
9917
+ rm conftest.$ac_ext
9918
+ LIBS=$ac_func_search_save_LIBS
9919
+ fi
9920
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_ucol_open_58" >&5
9921
+ $as_echo "$ac_cv_search_ucol_open_58" >&6; }
9922
+ ac_res=$ac_cv_search_ucol_open_58
9923
+ if test "$ac_res" != no; then :
9924
+ test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9925
+
9926
+ else
9927
+
9872
9928
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing ucol_open_57" >&5
9873
9929
$as_echo_n "checking for library containing ucol_open_57... " >&6; }
9874
9930
if ${ac_cv_search_ucol_open_57+:} false; then :
@@ -10931,6 +10987,9 @@ fi
10931
10987
fi
10932
10988
10933
10989
10990
+ fi
10991
+
10992
+
10934
10993
fi
10935
10994
10936
10995
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ucnv_fromUChars in -licuuc" >&5
@@ -10978,6 +11037,51 @@ _ACEOF
10978
11037
10979
11038
else
10980
11039
11040
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ucnv_fromUChars_58 in -licuuc" >&5
11041
+ $as_echo_n "checking for ucnv_fromUChars_58 in -licuuc... " >&6; }
11042
+ if ${ac_cv_lib_icuuc_ucnv_fromUChars_58+:} false; then :
11043
+ $as_echo_n "(cached) " >&6
11044
+ else
11045
+ ac_check_lib_save_LIBS=$LIBS
11046
+ LIBS="-licuuc $LIBS"
11047
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11048
+ /* end confdefs.h. */
11049
+
11050
+ /* Override any GCC internal prototype to avoid an error.
11051
+ Use char because int might match the return type of a GCC
11052
+ builtin and then its argument prototype would still apply. */
11053
+ #ifdef __cplusplus
11054
+ extern "C"
11055
+ #endif
11056
+ char ucnv_fromUChars_58 ();
11057
+ int
11058
+ main ()
11059
+ {
11060
+ return ucnv_fromUChars_58 ();
11061
+ ;
11062
+ return 0;
11063
+ }
11064
+ _ACEOF
11065
+ if ac_fn_c_try_link "$LINENO"; then :
11066
+ ac_cv_lib_icuuc_ucnv_fromUChars_58=yes
11067
+ else
11068
+ ac_cv_lib_icuuc_ucnv_fromUChars_58=no
11069
+ fi
11070
+ rm -f core conftest.err conftest.$ac_objext \
11071
+ conftest$ac_exeext conftest.$ac_ext
11072
+ LIBS=$ac_check_lib_save_LIBS
11073
+ fi
11074
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_icuuc_ucnv_fromUChars_58" >&5
11075
+ $as_echo "$ac_cv_lib_icuuc_ucnv_fromUChars_58" >&6; }
11076
+ if test "x$ac_cv_lib_icuuc_ucnv_fromUChars_58" = xyes; then :
11077
+ cat >>confdefs.h <<_ACEOF
11078
+ #define HAVE_LIBICUUC 1
11079
+ _ACEOF
11080
+
11081
+ LIBS="-licuuc $LIBS"
11082
+
11083
+ else
11084
+
10981
11085
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ucnv_fromUChars_57 in -licuuc" >&5
10982
11086
$as_echo_n "checking for ucnv_fromUChars_57 in -licuuc... " >&6; }
10983
11087
if ${ac_cv_lib_icuuc_ucnv_fromUChars_57+:} false; then :
@@ -11842,6 +11946,9 @@ fi
11842
11946
fi
11843
11947
11844
11948
11949
+ fi
11950
+
11951
+
11845
11952
fi
11846
11953
11847
11954
fi
0 commit comments