summaryrefslogtreecommitdiff
path: root/old-configure.in
diff options
context:
space:
mode:
authorJob Bautista <jobbautista9@aol.com>2023-03-24 17:45:16 +0800
committerJob Bautista <jobbautista9@aol.com>2023-03-24 17:45:16 +0800
commitee870812ffeac2731af182d8388367635e84242d (patch)
tree7aeeacf67346a912bc4cb3ef56d38cd8f5b63fb9 /old-configure.in
parent0c63f5a27346875dd04c8bb41eced35203d20567 (diff)
downloaduxp-ee870812ffeac2731af182d8388367635e84242d.tar.gz
Revert "Issue #2165 - Follow-up: No longer support bundling the ICU data file into packaging, fold it into the ICU shared library, and always build ICU shared."
This reverts commit 0c63f5a27346875dd04c8bb41eced35203d20567. Building shared ICU is currently broken in non-Windows, so we need the option for now.
Diffstat (limited to 'old-configure.in')
-rw-r--r--old-configure.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/old-configure.in b/old-configure.in
index b193301d61..ccd8d16491 100644
--- a/old-configure.in
+++ b/old-configure.in
@@ -4864,9 +4864,14 @@ AC_SUBST(WIN32_REDIST_DIR)
AC_SUBST(WIN_UCRT_REDIST_DIR)
dnl ========================================================
-dnl ICU Configuration
+dnl ICU Shared Library Support
dnl ========================================================
+MOZ_ARG_ENABLE_BOOL(shared-icu,
+[ --enable-shared-icu Build ICU as a shared library],
+ MOZ_SHARED_ICU=1,
+ MOZ_SHARED_ICU=)
+
MOZ_CONFIG_ICU()
dnl Echo the CFLAGS to remove extra whitespace.