Merge pull request #2256 from kleisauke/libjxl-module-fix
Only build libjxl as a loadable module when it can be found
This commit is contained in:
commit
257e01ecef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user