summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2020-10-31 12:05:00 +0200
committerTor Lillqvist <tml@collabora.com>2020-11-01 10:55:08 +0100
commit92f80057d3c796a2b978265c847729e61424f2b7 (patch)
tree6e27a4031ef0ce65af7a06e91e7c13bec8df2eee /configure.ac
parent59684a321ed21ceae0dca4b7105fb45c4d07a150 (diff)
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@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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"