From 431f782f1714e0b0631f0d9b3ef296f61f49c3d4 Mon Sep 17 00:00:00 2001 From: Job Bautista Date: Fri, 24 Mar 2023 17:51:39 +0800 Subject: Issue #2165 - Follow-up: Always build ICU as shared lib in Windows. --- old-configure.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/old-configure.in b/old-configure.in index ccd8d16491..b3a108dd1d 100644 --- a/old-configure.in +++ b/old-configure.in @@ -4872,6 +4872,11 @@ MOZ_ARG_ENABLE_BOOL(shared-icu, MOZ_SHARED_ICU=1, MOZ_SHARED_ICU=) +# We want shared ICU to always be enabled on Windows regardless of the enable bool. +if test "$OS_ARCH" = "WINNT"; then + MOZ_SHARED_ICU=1 +fi + MOZ_CONFIG_ICU() dnl Echo the CFLAGS to remove extra whitespace. -- cgit v1.2.3