diff options
author | Tor Lillqvist <tml@collabora.com> | 2020-10-25 01:31:05 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-10-25 07:37:30 +0100 |
commit | 187bdeb38f6c82fa492080ad379e40ec01458824 (patch) | |
tree | 45bc4de8052a0b4b9ca94ab577002d5b39cea641 /configure.ac | |
parent | e69b57d7f55eeab6253b9fab7edce06da50121f9 (diff) |
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@collabora.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
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' |