From 187bdeb38f6c82fa492080ad379e40ec01458824 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 25 Oct 2020 01:31:05 +0300 Subject: 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 Reviewed-by: Tor Lillqvist --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') 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' -- cgit