From: Michael Altizer (mialtize) Date: Tue, 21 Jan 2020 23:04:27 +0000 (+0000) Subject: Merge pull request #1955 in SNORT/snort3 from ~SHRARANG/snort3:appid_delete_odp_ctxt... X-Git-Tag: 3.0.0-268~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f48949c0807db283a2b9b7f5c95995dff29ff5e5;p=thirdparty%2Fsnort3.git Merge pull request #1955 in SNORT/snort3 from ~SHRARANG/snort3:appid_delete_odp_ctxt to master Squashed commit of the following: commit 9e71869618f6bd18b9a1cc4402cda55c707af133 Author: Shravan Rangaraju Date: Tue Jan 21 15:17:37 2020 -0500 appid: clean up ENABLE_APPID_THIRD_PARTY from configure_cmake --- diff --git a/configure_cmake.sh b/configure_cmake.sh index 197a24336..69d32f3a1 100755 --- a/configure_cmake.sh +++ b/configure_cmake.sh @@ -305,7 +305,6 @@ while [ $# -ne 0 ]; do append_cache_entry ENABLE_TCMALLOC BOOL false ;; --enable-appid-third-party) - append_cache_entry ENABLE_APPID_THIRD_PARTY BOOL true ;; --enable-unit-tests) append_cache_entry ENABLE_UNIT_TESTS BOOL true