summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2023-05-10 18:13:47 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2023-05-10 18:13:47 +0200
commitbdb5667a5c064e2e38a97ea50f094f4b48e6a2b3 (patch)
tree8534fdaee05ea0526e311e6066478bfd7ed958ec
parent9dae389cee166ff4061828be74720a632811d9a8 (diff)
downloadlibxml2-bdb5667a5c064e2e38a97ea50f094f4b48e6a2b3.tar.gz
autotools: Fix ICU detection
Fixes #540.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 51b58eb5..07fd939c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1096,7 +1096,7 @@ else
fi
AC_CHECK_HEADER(unicode/ucnv.h, [
- AC_CHECK_LIB([icucore], [uconv_open], [
+ AC_CHECK_LIB([icucore], [ucnv_open], [
WITH_ICU=1
ICU_LIBS=-licucore
if test "$ICU_DIR" != ""; then