zeek/testing/scripts/have-javascript
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

8 lines
112 B
Bash
Executable File

#!/bin/sh
if grep -q "ZEEK_HAVE_JAVASCRIPT:INTERNAL=yes" "${BUILD}"/CMakeCache.txt; then
exit 0
fi
exit 1