Home | History | Annotate | Download | only in dist

Lines Matching refs:icu

68 #	found, or the deprecated "icu-config" command.
929 # Look for the ICU library and enable unicode email if available.
933 *) icu_cppflags=`((pkg-config --cflags icu-uc icu-i18n) ||
934 (pkgconf --cflags icu-uc icu-i18n) ||
935 (icu-config --cppflags)) 2>/dev/null` && {
936 icu_ldflags=`((pkg-config --libs icu-uc icu-i18n) ||
937 (pkgconf --libs icu-uc icu-i18n) ||
938 (icu-config --ldflags)) 2>/dev/null` && {