From 31fcf0e456fc3185bde47d25c1ae6ceef6f4f77e Mon Sep 17 00:00:00 2001 From: Nancy Enos Date: Mon, 28 Oct 2024 13:28:04 +0300 Subject: [PATCH] configure: Remove obsolete rust support line Ticket: #6705 --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 93e728fc2246..ca964d9039a0 100644 --- a/configure.ac +++ b/configure.ac @@ -2167,7 +2167,6 @@ fi AM_CONDITIONAL([HAVE_RUST],true) AC_SUBST([CARGO], [$CARGO]) - enable_rust="yes" rust_compiler_version=$($RUSTC --version) rustc_version=$(echo "$rust_compiler_version" | sed 's/^.*[[^0-9]]\([[0-9]]*\.[[0-9]]*\.[[0-9]]*\).*$/\1/') cargo_version_output=$($CARGO --version) @@ -2567,7 +2566,6 @@ SURICATA_BUILD_CONF="Suricata Configuration: Landlock support: ${enable_landlock} Systemd support: ${enable_systemd} - Rust support: ${enable_rust} Rust strict mode: ${enable_rust_strict} Rust compiler path: ${RUSTC} Rust compiler version: ${rust_compiler_version}