#!/bin/sh if ${CC} -c -o/dev/null "${0%.sh}.c"; then printf '--enable-jit\n' fi exit 0