Remove configure --with-gen-zam argument and the CMake summaries

This commit is contained in:
Tim Wojtulewicz 2025-08-19 15:53:20 -07:00
parent 6002f63a37
commit 95ea468db1
2 changed files with 1 additions and 11 deletions

5
configure vendored
View file

@ -93,8 +93,6 @@ Usage: $0 [OPTION]... [VAR=VALUE]...
--with-bison=PATH path to bison executable
--with-broker=PATH path to Broker install root
(Zeek uses an embedded version by default)
--with-gen-zam=PATH path to Gen-ZAM code generator
(Zeek uses an embedded version by default)
--with-flex=PATH path to flex executable
--with-libkqueue=PATH path to libkqueue install root
(Zeek uses an embedded version by default)
@ -378,9 +376,6 @@ while [ $# -ne 0 ]; do
--with-flex=*)
append_cache_entry FLEX_EXECUTABLE PATH $optarg
;;
--with-gen-zam=*)
append_cache_entry GEN_ZAM_EXE_PATH PATH $optarg
;;
--with-geoip=*)
append_cache_entry LibMMDB_ROOT_DIR PATH $optarg
;;