[Libreoffice-commits] core.git: configure.ac
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Sun Nov 1 09:55:44 UTC 2020
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 92f80057d3c796a2b978265c847729e61424f2b7
Author: Tor Lillqvist <tml at iki.fi>
AuthorDate: Sat Oct 31 12:05:00 2020 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Sun Nov 1 10:55:08 2020 +0100
Find ODBC headers when building for Windows on WSL, too
Change-Id: I3a05def839c14d59545c4891418577ed36f2b8cb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105099
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/configure.ac b/configure.ac
index e0a72723eaeb..887f08bb20d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10117,7 +10117,7 @@ if test "$with_system_odbc" = "yes" -o '(' "$with_system_headers" = "yes" -a "$w
AC_MSG_RESULT([external])
SYSTEM_ODBC_HEADERS=TRUE
- if test "$build_os" = "cygwin"; then
+ if test "$build_os" = "cygwin" -o "$build_os" = "wsl"; then
save_CPPFLAGS=$CPPFLAGS
find_winsdk
PathFormat "$winsdktest"
More information about the Libreoffice-commits
mailing list