From 169c5e07eb2b1a39222588347360b4869ab96e7b Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Mon, 17 May 2021 11:34:44 +0200 Subject: [PATCH] Only build libjxl as a loadable module when it can be found --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 31ec4acc..989f7f07 100644 --- a/configure.ac +++ b/configure.ac @@ -830,6 +830,7 @@ if test x"$with_libjxl" != x"no"; then ], [AC_MSG_WARN([libjxl not found; disabling libjxl support]) with_libjxl=no + with_libjxl_module=no ] ) fi