]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust: compile check rewording
authorVictor Julien <vjulien@oisf.net>
Tue, 4 Oct 2022 09:21:40 +0000 (11:21 +0200)
committerVictor Julien <vjulien@oisf.net>
Tue, 4 Oct 2022 09:21:40 +0000 (11:21 +0200)
configure.ac

index 1685f2de3056a1e9e14d5b1ab7a3a91d10586910..1ce0461ca7cd47bbbf650507c5aa916a83e0dd55 100644 (file)
@@ -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"