]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
fixing perf-profiling difference
authorJosh <jrosenba@cisco.com>
Sun, 14 Dec 2014 20:09:12 +0000 (14:09 -0600)
committerJosh <jrosenba@cisco.com>
Sun, 14 Dec 2014 20:09:15 +0000 (14:09 -0600)
configure_cmake.sh

index 6a0b0c609fda98d9bcc99314763dad49b43d8b41..5c3aa7496619168a222b369d004cd2b665df3fe6 100755 (executable)
@@ -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)