zeek/testing/scripts/have-quic

7 lines
115 B
Bash
Executable file

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