From 148ca9835ab35bc84cbfef3703de3706f4a457b5 Mon Sep 17 00:00:00 2001 From: Ordissimo Date: Sun, 20 Jul 2025 13:01:29 +0200 Subject: [PATCH] Remove HAVE_TIFFIO_H again after revert in PR 883 --- backend/escl/escl_capabilities.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/escl/escl_capabilities.c b/backend/escl/escl_capabilities.c index 3ee59a9fe..079d57852 100644 --- a/backend/escl/escl_capabilities.c +++ b/backend/escl/escl_capabilities.c @@ -234,7 +234,7 @@ find_valor_of_array_variables(xmlNode *node, capabilities_t *scanner, int type) scanner->caps[type].have_png = i; } #endif -#if(defined HAVE_TIFFIO_H) +#if(defined HAVE_LIBTIFF) else if(type == PLATEN && !strcmp(scanner->caps[type].DocumentFormats[i], "image/tiff")) { have_tiff = SANE_TRUE;