diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-12-10 15:46:47 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-12-10 15:49:00 +0100 |
commit | 234ff84315da6228628a4257ee52bda0068704a5 (patch) | |
tree | ee8cf322b23806ef78de6f736ebf1b7b722288a1 /configure.ac | |
parent | 011c2950de31126d424236dbea55aab79e8272ef (diff) |
look for WiLangId.vbs in 8.1 SDK-dir
the 8.1 one is the only where it is installed to in a plain install of
VS2013 (update 4)
Change-Id: I797c3d1501d6ee87e5f662279221c4d285933f2d
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4db47f3cd4ee..b63d7ed69873 100644 --- a/configure.ac +++ b/configure.ac @@ -9546,7 +9546,7 @@ the Windows SDK are installed.]) WINDOWS_SDK_WILANGID=$WINDOWS_SDK_HOME/bin/$WINDOWS_SDK_ARCH/WiLangId.vbs fi if ! test -e "$WINDOWS_SDK_WILANGID" ; then - WINDOWS_SDK_WILANGID=$(cygpath -sm "C:/Program Files (x86)/Windows Kits/8.0/bin/$WINDOWS_SDK_ARCH/WiLangId.vbs") + WINDOWS_SDK_WILANGID=$(cygpath -sm "C:/Program Files (x86)/Windows Kits/8.1/bin/$WINDOWS_SDK_ARCH/WiLangId.vbs") fi if ! test -e "$WINDOWS_SDK_WILANGID" ; then AC_MSG_WARN([WiLangId.vbs not found - building translated packages will fail]) |