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;