summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-03-19 20:22:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-03-19 20:22:54 +0100
commit54fb699f0fae7c9f49d23a1b3f36bb12a3178503 (patch)
tree3099caf28a8666a60015e47d84543cc3d7a4932f /configure.in
parentRecord sort order during the first sort by the value, and use it the 2nd time. (diff)
downloadcore-54fb699f0fae7c9f49d23a1b3f36bb12a3178503.tar.gz
core-54fb699f0fae7c9f49d23a1b3f36bb12a3178503.zip
Typo
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 694b32e4f0ab..70d7b7f722f8 100644
--- a/configure.in
+++ b/configure.in
@@ -7479,7 +7479,7 @@ You can use --with-system-icu-for-build=force to use it anyway.])
fi
libo_MINGW_CHECK_DLL([ICUDATA], [icudata][$ICU_MAJOR][$ICU_MINOR])
- libo_MINGW_CHECK_DLL([ICU18N], [icui18n][$ICU_MAJOR][$ICU_MINOR])
+ libo_MINGW_CHECK_DLL([ICUI18N], [icui18n][$ICU_MAJOR][$ICU_MINOR])
libo_MINGW_CHECK_DLL([ICUUC], [icuuc][$ICU_MAJOR][$ICU_MINOR])
else
AC_MSG_RESULT([internal])