configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f463d9e8e93aa9feca889ad7a0ea30f62d797df4
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Wed Jun 12 19:54:36 2024 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Wed Jun 12 23:28:00 2024 +0200

    Fix typo in code
    
    Change-Id: Id4174ad178558c6016925007c0f62e0886750279
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168754
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/configure.ac b/configure.ac
index 190e6a9b2510..55416d77adf7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3587,8 +3587,8 @@ if test "$ENABLE_DOTNET" = TRUE; then
     AC_PATH_PROG(DOTNET, dotnet)
     if test "$DOTNET" != ""; then
         AC_MSG_CHECKING([whether .NET SDK is installed])
-        DOTNET_SDK_VERION=`dotnet --list-sdks`
-        if test "$DOTNET_SDK_VERION" != ""; then
+        DOTNET_SDK_VERSION=`dotnet --list-sdks`
+        if test "$DOTNET_SDK_VERSION" != ""; then
             AC_MSG_RESULT([yes])
             AC_DEFINE(HAVE_FEATURE_DOTNET)
         else

Reply via email to