summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])