summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2ef5fb17..7b6c1706 100644
--- a/configure.ac
+++ b/configure.ac
@@ -555,6 +555,8 @@ if test $enable_dbus_service = "yes"; then
# to go to the start of the link line).
DBUS_PIM_PLUGIN_LIBS='$(BOOST_LDFLAGS) $(BOOST_LOCALE_LIB)'
DBUS_PIM_PLUGIN_LDFLAGS=
+ # We need to call ICU directly for the Han->Latin transformation.
+ PKG_CHECK_MODULES(ICU, [icu-uc])
;;
esac
AC_SUBST(DBUS_PIM_PLUGIN_CFLAGS)