From: Russ Combs (rucombs) Date: Sun, 12 Feb 2023 11:13:33 +0000 (+0000) Subject: Pull request #3764: configure: fix typo in jemalloc with tcmalloc error message X-Git-Tag: 3.1.56.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1ada90bf6b55228c5f824bd8fba9acc411cff61;p=thirdparty%2Fsnort3.git Pull request #3764: configure: fix typo in jemalloc with tcmalloc error message Merge in SNORT/snort3 from ~RUCOMBS/snort3:mem_config to master Squashed commit of the following: commit 7b2c5a1442a406af1869ce7b408fdeeec44a003e Author: Russ Combs Date: Thu Feb 9 11:31:56 2023 -0500 configure: fix typo in jemalloc with tcmalloc error message --- diff --git a/configure_cmake.sh b/configure_cmake.sh index ca787dc06..dfeb47221 100755 --- a/configure_cmake.sh +++ b/configure_cmake.sh @@ -484,7 +484,7 @@ while [ $# -ne 0 ]; do 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