From 88c511981e31c73dced95b5dc3c200fdf2a4e932 Mon Sep 17 00:00:00 2001 From: Jan-Marek Glogowski Date: Thu, 30 Dec 2021 10:48:32 +0100 Subject: Fix uppercase EOT => LIBEOT usage Originally I had these hunks included, but somehow came to think that using EOT instead of LIBEOT would work... well I'm obviously wrong, so re-add the uppercase LIBEOT usage. Still uses the lowercase "eot", because of the autoconf switches. Regression from commit ce54ba96f38b4af3aab1a7064078ee406eb021c6 ("Use libo_CHECK_SYSTEM_MODULE for eot"). Change-Id: Id3e1c97cdb67621f0c0cfd67b78836f62df0e8e9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127737 Tested-by: Julien Nabet Reviewed-by: Jan-Marek Glogowski --- config_host/config_eot.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config_host') diff --git a/config_host/config_eot.h.in b/config_host/config_eot.h.in index d1c87a053b95..ade94ab5d1e1 100644 --- a/config_host/config_eot.h.in +++ b/config_host/config_eot.h.in @@ -1,6 +1,6 @@ -#ifndef CONFIG_EOT_H -#define CONFIG_EOT_H +#ifndef CONFIG_LIBEOT_H +#define CONFIG_LIBEOT_H -#define ENABLE_EOT 0 +#define ENABLE_LIBEOT 0 #endif -- cgit