#! /bin/sh
#
# Returns success if we have JIT support available.

test $(spicy-config --jit-support) = "yes"
