diff options
author | Khaled Hosny <khaled@aliftype.com> | 2022-10-01 13:03:11 +0200 |
---|---|---|
committer | خالد حسني <khaled@aliftype.com> | 2022-10-01 14:21:28 +0200 |
commit | 5aad191eae5366c6892dc51b85171bbe3db7b60d (patch) | |
tree | 937d944d505bce9cf28157b30ef93ba78ab8a534 /config_host | |
parent | b7e7ae77f55e41dae2231b04062cf037f7f9b13f (diff) |
Revert "Use libo_CHECK_SYSTEM_MODULE for eot"
This reverts commit ce54ba96f38b4af3aab1a7064078ee406eb021c6 and the
followup commit 88c511981e31c73dced95b5dc3c200fdf2a4e932.
Both effectively disabled enabling libeot support.
See also: https://lists.freedesktop.org/archives/libreoffice/2022-August/089205.html
Change-Id: I54780c69ca83b230b0c9b3b18065782fb5626da6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140838
Tested-by: René Engelhard <rene@debian.org>
Reviewed-by: René Engelhard <rene@debian.org>
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@aliftype.com>
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_eot.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config_host/config_eot.h.in b/config_host/config_eot.h.in index ade94ab5d1e1..d1c87a053b95 100644 --- a/config_host/config_eot.h.in +++ b/config_host/config_eot.h.in @@ -1,6 +1,6 @@ -#ifndef CONFIG_LIBEOT_H -#define CONFIG_LIBEOT_H +#ifndef CONFIG_EOT_H +#define CONFIG_EOT_H -#define ENABLE_LIBEOT 0 +#define ENABLE_EOT 0 #endif |