@@ -8946,7 +8946,7 @@ return ucol_open_57 ();
8946
8946
return 0;
8947
8947
}
8948
8948
_ACEOF
8949
- for ac_lib in ' ' icui18n, icuin; do
8949
+ for ac_lib in ' ' icui18n icuin; do
8950
8950
if test -z" $ac_lib " ; then
8951
8951
ac_res=" none required"
8952
8952
else
@@ -9536,6 +9536,62 @@ ac_res=$ac_cv_search_ucol_open_43
9536
9536
if test " $ac_res " ! = no; then :
9537
9537
test " $ac_res " =" none required" || LIBS=" $ac_res $LIBS "
9538
9538
9539
+ else
9540
+
9541
+ {$as_echo " $as_me :${as_lineno-$LINENO } : checking for library containing ucol_open_42" >&5
9542
+ $as_echo_n " checking for library containing ucol_open_42..." >&6 ; }
9543
+ if ${ac_cv_search_ucol_open_42+: } false ; then :
9544
+ $as_echo_n " (cached)" >&6
9545
+ else
9546
+ ac_func_search_save_LIBS=$LIBS
9547
+ cat confdefs.h -<< _ACEOF >conftest.$ac_ext
9548
+ /* end confdefs.h. */
9549
+
9550
+ /* Override any GCC internal prototype to avoid an error.
9551
+ Use char because int might match the return type of a GCC
9552
+ builtin and then its argument prototype would still apply. */
9553
+ #ifdef __cplusplus
9554
+ extern "C"
9555
+ #endif
9556
+ char ucol_open_42 ();
9557
+ int
9558
+ main ()
9559
+ {
9560
+ return ucol_open_42 ();
9561
+ ;
9562
+ return 0;
9563
+ }
9564
+ _ACEOF
9565
+ for ac_lib in ' ' icui18n icuin; do
9566
+ if test -z" $ac_lib " ; then
9567
+ ac_res=" none required"
9568
+ else
9569
+ ac_res=-l$ac_lib
9570
+ LIBS=" -l$ac_lib $ac_func_search_save_LIBS "
9571
+ fi
9572
+ if ac_fn_c_try_link" $LINENO " ; then :
9573
+ ac_cv_search_ucol_open_42=$ac_res
9574
+ fi
9575
+ rm -f core conftest.err conftest.$ac_objext \
9576
+ conftest$ac_exeext
9577
+ if ${ac_cv_search_ucol_open_42+: } false ; then :
9578
+ break
9579
+ fi
9580
+ done
9581
+ if ${ac_cv_search_ucol_open_42+: } false ; then :
9582
+
9583
+ else
9584
+ ac_cv_search_ucol_open_42=no
9585
+ fi
9586
+ rm conftest.$ac_ext
9587
+ LIBS=$ac_func_search_save_LIBS
9588
+ fi
9589
+ {$as_echo " $as_me :${as_lineno-$LINENO } : result:$ac_cv_search_ucol_open_42 " >&5
9590
+ $as_echo " $ac_cv_search_ucol_open_42 " >&6 ; }
9591
+ ac_res=$ac_cv_search_ucol_open_42
9592
+ if test " $ac_res " ! = no; then :
9593
+ test " $ac_res " =" none required" || LIBS=" $ac_res $LIBS "
9594
+
9539
9595
else
9540
9596
9541
9597
{$as_echo " $as_me :${as_lineno-$LINENO } : checking for library containing ucol_open_3_8" >&5
9745
9801
fi
9746
9802
9747
9803
9804
+ fi
9805
+
9806
+
9748
9807
fi
9749
9808
9750
9809
{$as_echo " $as_me :${as_lineno-$LINENO } : checking for ucnv_fromUChars_57 in -licuuc" >&5
@@ -10240,6 +10299,51 @@ _ACEOF
10240
10299
10241
10300
LIBS=" -licuuc$LIBS "
10242
10301
10302
+ else
10303
+
10304
+ {$as_echo " $as_me :${as_lineno-$LINENO } : checking for ucnv_fromUChars_42 in -licuuc" >&5
10305
+ $as_echo_n " checking for ucnv_fromUChars_42 in -licuuc..." >&6 ; }
10306
+ if ${ac_cv_lib_icuuc_ucnv_fromUChars_42+: } false ; then :
10307
+ $as_echo_n " (cached)" >&6
10308
+ else
10309
+ ac_check_lib_save_LIBS=$LIBS
10310
+ LIBS=" -licuuc$LIBS "
10311
+ cat confdefs.h -<< _ACEOF >conftest.$ac_ext
10312
+ /* end confdefs.h. */
10313
+
10314
+ /* Override any GCC internal prototype to avoid an error.
10315
+ Use char because int might match the return type of a GCC
10316
+ builtin and then its argument prototype would still apply. */
10317
+ #ifdef __cplusplus
10318
+ extern "C"
10319
+ #endif
10320
+ char ucnv_fromUChars_42 ();
10321
+ int
10322
+ main ()
10323
+ {
10324
+ return ucnv_fromUChars_42 ();
10325
+ ;
10326
+ return 0;
10327
+ }
10328
+ _ACEOF
10329
+ if ac_fn_c_try_link" $LINENO " ; then :
10330
+ ac_cv_lib_icuuc_ucnv_fromUChars_42=yes
10331
+ else
10332
+ ac_cv_lib_icuuc_ucnv_fromUChars_42=no
10333
+ fi
10334
+ rm -f core conftest.err conftest.$ac_objext \
10335
+ conftest$ac_exeext conftest.$ac_ext
10336
+ LIBS=$ac_check_lib_save_LIBS
10337
+ fi
10338
+ {$as_echo " $as_me :${as_lineno-$LINENO } : result:$ac_cv_lib_icuuc_ucnv_fromUChars_42 " >&5
10339
+ $as_echo " $ac_cv_lib_icuuc_ucnv_fromUChars_42 " >&6 ; }
10340
+ if test " x$ac_cv_lib_icuuc_ucnv_fromUChars_42 " = xyes; then :
10341
+ cat>> confdefs.h<< _ACEOF
10342
+ #define HAVE_LIBICUUC 1
10343
+ _ACEOF
10344
+
10345
+ LIBS=" -licuuc$LIBS "
10346
+
10243
10347
else
10244
10348
10245
10349
{$as_echo " $as_me :${as_lineno-$LINENO } : checking for ucnv_fromUChars_3_8 in -licuuc" >&5
@@ -10416,6 +10520,9 @@ fi
10416
10520
fi
10417
10521
10418
10522
10523
+ fi
10524
+
10525
+
10419
10526
fi
10420
10527
10421
10528
fi