mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
7 lines
102 B
Bash
Executable file
7 lines
102 B
Bash
Executable file
#!/bin/sh
|
|
|
|
if grep -q "#define ENABLE_SPICY_SSL" "${BUILD}/zeek-config.h"; then
|
|
exit 0
|
|
fi
|
|
|
|
exit 1
|