From afe4bdca6f251f3c1ea6554cc8d2468b5554fabb Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 4 Oct 2022 11:21:40 +0200 Subject: [PATCH] rust: compile check rewording --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1685f2de30..1ce0461ca7 100644 --- a/configure.ac +++ b/configure.ac @@ -2153,7 +2153,7 @@ fi AC_PATH_PROG(RUSTC, rustc, "no") if test "$RUSTC" = "no"; then echo "" - echo " ERROR: Suricata now requires Rust to build." + echo " ERROR: Rust compiler not found." echo "" echo " Ubuntu/Debian: apt install rustc cargo" echo " Fedora: dnf install rustc cargo"