Merge in SNORT/snort3 from ~RUCOMBS/snort3:mem_config to master
Squashed commit of the following:
commit
7b2c5a1442a406af1869ce7b408fdeeec44a003e
Author: Russ Combs <rucombs@cisco.com>
Date: Thu Feb 9 11:31:56 2023 -0500
configure: fix typo in jemalloc with tcmalloc error message
done
if [ "$tcm" -eq 1 -a "$jem" -eq 1 ] ; then
- echo "--enable-tcmalloc and --enable-tcmalloc are mutually exclusive; enable at most one"
+ echo "--enable-jemalloc and --enable-tcmalloc are mutually exclusive; enable at most one"
exit 2
fi