])
AC_SUBST(RUST_FEATURES)
+ AC_ARG_ENABLE(rust_debug,
+ AS_HELP_STRING([--enable-rust-debug], [Rust not in --release mode]),,[enable_rust_debug=no])
+ AM_CONDITIONAL([RUST_DEBUG], [test "x$enable_rust_debug" = "xyes"])
+ AC_SUBST(RUST_DEBUG)
+
# get revision
if test -f ./revision; then
REVISION=`cat ./revision`
Rust support (experimental): ${enable_rust}
Experimental Rust parsers: ${enable_rust_experimental}
Rust strict mode: ${enable_rust_strict}
+ Rust debug mode: ${enable_rust_debug}
Suricatasc install: ${enable_python}