From 1078dc82339f147dc3637700c75bb1ab29564276 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Thu, 13 Mar 2025 22:03:11 +0100 Subject: [PATCH] autotools: xmlcatalog requires output module --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 987cca77..d7e89c2a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -179,8 +179,10 @@ if WITH_DEBUG_SOURCES test/scripts/test.sh ./xmllint$(EXEEXT) endif if WITH_CATALOG_SOURCES +if WITH_OUTPUT_SOURCES ASAN_OPTIONS=detect_leaks=0 test/catalogs/test.sh ./xmlcatalog$(EXEEXT) endif +endif # Compatibility name of the check target runtests: check