[Libreoffice-commits] core.git: configure.ac

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Sun Oct 25 06:38:17 UTC 2020


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

New commits:
commit 187bdeb38f6c82fa492080ad379e40ec01458824
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Sun Oct 25 01:31:05 2020 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Sun Oct 25 07:37:30 2020 +0100

    Interix is dead since long, but check for WSL instead
    
    Change-Id: I0f5324528b87ca76c602cb788e9c8648e61188ca
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104763
    Tested-by: Tor Lillqvist <tml at collabora.com>
    Reviewed-by: Tor Lillqvist <tml at collabora.com>

diff --git a/configure.ac b/configure.ac
index 18dca65bca86..06793fc606cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -866,7 +866,7 @@ gnu)
     _os=GNU
      ;;
 
-cygwin*|interix*)
+cygwin*|wsl*)
 
     # When building on Windows normally with MSVC under Cygwin,
     # configure thinks that the host platform (the platform the
@@ -8818,7 +8818,7 @@ else
         if test -n "$NASM"; then
             AC_MSG_CHECKING([for object file format of host system])
             case "$host_os" in
-              cygwin* | mingw* | pw32* | interix*)
+              cygwin* | mingw* | pw32* | wsl*)
                 case "$host_cpu" in
                   x86_64)
                     objfmt='Win64-COFF'


More information about the Libreoffice-commits mailing list