From bdb5667a5c064e2e38a97ea50f094f4b48e6a2b3 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Wed, 10 May 2023 18:13:47 +0200 Subject: autotools: Fix ICU detection Fixes #540. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1