configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 726250a724ad58c3742fbeb445806f6f40629219 Author: Rene Engelhard <r...@rene-engelhard.de> AuthorDate: Mon Sep 15 17:38:37 2025 +0200 Commit: René Engelhard <r...@rene-engelhard.de> CommitDate: Mon Sep 15 17:39:47 2025 +0200
fix typo Change-Id: I34e8c0efa35acacfafecded50c9bae69e4edd1b6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190980 Reviewed-by: René Engelhard <r...@debian.org> Tested-by: René Engelhard <r...@debian.org> 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