3 @@ -18402,44 +18402,6 @@
7 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -licuuc" >&5
8 -$as_echo_n "checking for main in -licuuc... " >&6; }
9 -if ${ac_cv_lib_icuuc_main+:} false; then :
10 - $as_echo_n "(cached) " >&6
12 - ac_check_lib_save_LIBS=$LIBS
14 -cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15 -/* end confdefs.h. */
26 -if ac_fn_c_try_link "$LINENO"; then :
27 - ac_cv_lib_icuuc_main=yes
29 - ac_cv_lib_icuuc_main=no
31 -rm -f core conftest.err conftest.$ac_objext \
32 - conftest$ac_exeext conftest.$ac_ext
33 -LIBS=$ac_check_lib_save_LIBS
35 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_icuuc_main" >&5
36 -$as_echo "$ac_cv_lib_icuuc_main" >&6; }
37 -if test "x$ac_cv_lib_icuuc_main" = xyes; then :
40 - as_fn_error $? "ICU support not found - please install development ICU package" "$LINENO" 5
45 pre_save_restore_cflags=$CFLAGS
46 pre_save_restore_cxxflags=$CXXFLAGS
47 pre_save_restore_libs=$LIBS
48 --- src/common/unicode_util.cpp
49 +++ src/common/unicode_util.cpp
54 +#if defined(MSVC_USE_DEBUG_RUNTIME)
55 +const char* const inTemplate = "icuind%s.dll";
56 +const char* const ucTemplate = "icuucd%s.dll";
58 const char* const inTemplate = "icuin%s.dll";
59 const char* const ucTemplate = "icuuc%s.dll";
62 //const char* const inTemplate = "/Library/Frameworks/Firebird.framework/Versions/A/Libraries/libicui18n.dylib";
63 //const char* const ucTemplate = "/Library/Frameworks/Firebird.framework/versions/A/Libraries/libicuuc.dylib";