|
|
@ -392,6 +392,13 @@
|
|
|
|
])
|
|
|
|
])
|
|
|
|
AM_CONDITIONAL([HAVE_COCCINELLE], [test "x$enable_coccinelle" != "xno"])
|
|
|
|
AM_CONDITIONAL([HAVE_COCCINELLE], [test "x$enable_coccinelle" != "xno"])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# disable detection
|
|
|
|
|
|
|
|
AC_ARG_ENABLE(detection,
|
|
|
|
|
|
|
|
AS_HELP_STRING([--disable-detection], [Disable Detection Modules])], [enable_detection="$enableval"],[enable_detection=yes])
|
|
|
|
|
|
|
|
AS_IF([test "x$enable_detection" = "xno"], [
|
|
|
|
|
|
|
|
AC_DEFINE([HAVE_DETECT_DISABLED], [1], [Detection is disabled])]
|
|
|
|
|
|
|
|
])
|
|
|
|
|
|
|
|
|
|
|
|
# libraries
|
|
|
|
# libraries
|
|
|
|
|
|
|
|
|
|
|
|
AC_MSG_CHECKING([for Mpipe])
|
|
|
|
AC_MSG_CHECKING([for Mpipe])
|
|
|
@ -1631,6 +1638,7 @@ SURICATA_BUILD_CONF="Suricata Configuration:
|
|
|
|
DAG enabled: ${enable_dag}
|
|
|
|
DAG enabled: ${enable_dag}
|
|
|
|
Napatech enabled: ${enable_napatech}
|
|
|
|
Napatech enabled: ${enable_napatech}
|
|
|
|
Unix socket enabled: ${enable_unixsocket}
|
|
|
|
Unix socket enabled: ${enable_unixsocket}
|
|
|
|
|
|
|
|
Detection enabled: ${enable_detection}
|
|
|
|
|
|
|
|
|
|
|
|
libnss support: ${enable_nss}
|
|
|
|
libnss support: ${enable_nss}
|
|
|
|
libnspr support: ${enable_nspr}
|
|
|
|
libnspr support: ${enable_nspr}
|
|
|
|