diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8b84a4992109..5a0f0bf0d30b 100644 --- a/configure.ac +++ b/configure.ac @@ -5939,7 +5939,7 @@ AC_SUBST(ENABLE_RUST_UNO) if test "$WITH_YRS" = "yes" -o "$ENABLE_RUST_UNO" = "TRUE"; then AC_PATH_PROG([CARGO], [cargo]) if test -z "${CARGO}"; then - AC_MSG_ERROR([install cargo to build rust components or use --disable-yrs/--disable-rust-uno]) + AC_MSG_ERROR([install cargo to build rust components or use --without-yrs/--disable-rust-uno]) fi fi |