From: Victor Julien Date: Tue, 4 Oct 2022 09:21:40 +0000 (+0200) Subject: rust: compile check rewording X-Git-Tag: suricata-7.0.0-beta1~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afe4bdca6f251f3c1ea6554cc8d2468b5554fabb;p=thirdparty%2Fsuricata.git rust: compile check rewording --- 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"