提交 390dab49 编写于 作者: B Behdad Esfahbod

Unbreak icu-config results a bit

上级 b301478a
......@@ -107,6 +107,7 @@ PKG_CHECK_MODULES(ICU, icu, have_icu=true, [
if $have_icu; then
icu_cflags=`icu-config --cppflags`
icu_libs=`icu-config --ldflags-libsonly`
icu_cflags=`echo "$icu_cflags" | sed "s@ -I/usr/include @ @"`
AC_SUBST(ICU_CFLAGS, [$icu_cflags])
AC_SUBST(ICU_LIBS, [$icu_libs])
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册