summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKhaled Hosny <khaled@aliftype.com>2022-10-01 17:14:02 +0200
committerخالد حسني <khaled@aliftype.com>2022-10-01 18:14:30 +0200
commit330f5786b17cf3dd3a7404d54335020fb90dfc39 (patch)
tree23cba172af809d54e15eaa133e8e8443ab875820 /configure.ac
parentcf805848ed5be4ba46eef9a8d3999d9b06848c60 (diff)
Allow building libeot on any platform
It is not enabled by default, so I don’t see the point of silently over-riding configure option. Change-Id: Ib2c14b2ce7519775ed5a3365c34ade3c96b66532 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140843 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@aliftype.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 112e180d91a4..1f162edaafbf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9577,7 +9577,7 @@ dnl ===================================================================
libo_CHECK_SYSTEM_MODULE([xmlsec], [XMLSEC], [xmlsec1-nss >= 1.2.28])
AC_MSG_CHECKING([whether to enable Embedded OpenType support])
-if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_eot" = "yes"; then
+if test "$enable_eot" = "yes"; then
ENABLE_EOT="TRUE"
AC_DEFINE([ENABLE_EOT])
AC_MSG_RESULT([yes])