mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Remove deprecated --enable-mobile-ipv6 configure argument
This commit is contained in:
parent
b3de9a0faf
commit
d3169e48c0
2 changed files with 0 additions and 14 deletions
11
configure
vendored
11
configure
vendored
|
@ -57,7 +57,6 @@ Usage: $0 [OPTION]... [VAR=VALUE]...
|
|||
--enable-debug compile in debugging mode (like --build-type=Debug)
|
||||
--enable-fuzzers build fuzzer targets
|
||||
--enable-jemalloc link against jemalloc
|
||||
--enable-mobile-ipv6 analyze mobile IPv6 features defined by RFC 6275
|
||||
--enable-perftools enable use of Google perftools (use tcmalloc)
|
||||
--enable-perftools-debug use Google's perftools for debugging
|
||||
--enable-static-binpac build binpac statically (ignored if --with-binpac is specified)
|
||||
|
@ -180,8 +179,6 @@ append_cache_entry CPACK_SOURCE_IGNORE_FILES STRING
|
|||
append_cache_entry ZEEK_SANITIZERS STRING ""
|
||||
append_cache_entry ZEEK_INCLUDE_PLUGINS STRING ""
|
||||
|
||||
has_enable_mobile_ipv6=0
|
||||
|
||||
# parse arguments
|
||||
while [ $# -ne 0 ]; do
|
||||
case "$1" in
|
||||
|
@ -278,9 +275,6 @@ while [ $# -ne 0 ]; do
|
|||
--enable-jemalloc)
|
||||
append_cache_entry ENABLE_JEMALLOC BOOL true
|
||||
;;
|
||||
--enable-mobile-ipv6)
|
||||
has_enable_mobile_ipv6=1
|
||||
;;
|
||||
--enable-perftools)
|
||||
append_cache_entry ENABLE_PERFTOOLS BOOL true
|
||||
;;
|
||||
|
@ -468,8 +462,3 @@ fi
|
|||
echo "# This is the command used to configure this build" >config.status
|
||||
echo $command >>config.status
|
||||
chmod u+x config.status
|
||||
|
||||
if [ $has_enable_mobile_ipv6 -eq 1 ]; then
|
||||
echo
|
||||
echo "NOTE: The --enable-mobile-ipv6 argument no longer has any effect and will be removed in v5.1."
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue