diff options
author | Rene Engelhard <rene@rene-engelhard.de> | 2025-09-15 17:38:37 +0200 |
---|---|---|
committer | René Engelhard <rene@rene-engelhard.de> | 2025-09-15 17:39:47 +0200 |
commit | 726250a724ad58c3742fbeb445806f6f40629219 (patch) | |
tree | b26cbb6bd3132b093c8ac0a02bd6aca143fec9d0 | |
parent | 800eeefdafbe07dac5fceaf947e8e078afc16664 (diff) |
fix typo
Change-Id: I34e8c0efa35acacfafecded50c9bae69e4edd1b6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190980
Reviewed-by: René Engelhard <rene@debian.org>
Tested-by: René Engelhard <rene@debian.org>
-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 |