configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 92f80057d3c796a2b978265c847729e61424f2b7 Author: Tor Lillqvist <t...@iki.fi> AuthorDate: Sat Oct 31 12:05:00 2020 +0200 Commit: Tor Lillqvist <t...@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 <t...@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" _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits