From: Josh Date: Sun, 14 Dec 2014 20:09:12 +0000 (-0600) Subject: fixing perf-profiling difference X-Git-Tag: 3.0.0-233~1089^2~6^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c1cdae4273c9e5ae76f2e8030ce9151b4675472;p=thirdparty%2Fsnort3.git fixing perf-profiling difference --- diff --git a/configure_cmake.sh b/configure_cmake.sh index 6a0b0c609..5c3aa7496 100755 --- a/configure_cmake.sh +++ b/configure_cmake.sh @@ -32,7 +32,7 @@ Optional Features: --enable-valgrind Only use if you are testing with valgrind. --enable-ppm Enable packet/rule performance monitor --enable-ppm-test Enable packet/rule performance monitor for readback - --enable-perfprofiling Enable preprocessor and rule performance profiling + --enable-perf-profiling Enable preprocessor and rule performance profiling --enable-linux-smp-stats Enable statistics reporting through proc --enable-debug-msgs Enable debug printing options (bugreports and developers only) --enable-debug Enable debugging options (bugreports and developers only) @@ -205,10 +205,10 @@ while [ $# -ne 0 ]; do --enable-ppm-test) append_cache_entry ENABLE_PPM_TEST BOOL true ;; - --disable-perfprofiling) + --disable-perf-profiling) append_cache_entry ENABLE_PERFPROFILING BOOL false ;; - --enable-perfprofiling) + --enable-perf-profiling) append_cache_entry ENABLE_PERFPROFILING BOOL true ;; --disable-linux-smp-stats)