From 18e43fad293b40ec6a2fe0d36b35c99f47c25115 Mon Sep 17 00:00:00 2001 From: Job Bautista Date: Fri, 24 Mar 2023 17:51:39 +0800 Subject: [PATCH] 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 64e0dbc844..bc4f9f768f 100644 --- a/old-configure.in +++ b/old-configure.in @@ -5152,6 +5152,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.