mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
7 lines
115 B
Bash
Executable file
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
|