configure: Fix test for ability to link with ICU libraries.

Alexandre Julliard julliard at winehq.org
Thu Jun 8 08:15:52 CDT 2006


Scott Bambrough <scottb at xandros.com> writes:

> @@ -603,8 +603,8 @@ if test "$ac_cv_header_unicode_ubidi_h" 
>  then
>      saved_libs="$LIBS"
>      ICU_LIB_DIR="${ICU_LIB_DIR-/usr/lib}"
> -    ICUUC_LIB="${ICUUC_LIB-$ICU_LIB_DIR/libsicuuc.a}"
> -    ICUDATA_LIB="${ICUDATA_LIB-$ICU_LIB_DIR/libsicudata.a}"
> +    ICUUC_LIB="${ICUUC_LIB-$ICU_LIB_DIR/libicuuc.a}"
> +    ICUDATA_LIB="${ICUDATA_LIB-$ICU_LIB_DIR/libicudata.a}"

The libraries have different names on different setups, that's why
there are environment variables you can set. If you want a better fix
you need to make configure probe for the various names.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list