mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-05-01 12:16:20 -04:00
The `have_clamjit` global is used in the unit tests but doesn't appear to be exported when I was testing the external LLVM runtime support PR, resulting in an undefined symbol issue. Converting this to a function that returns 0 or 1 instead of a global variable resolved the issue.