configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 234ff84315da6228628a4257ee52bda0068704a5
Author: Christian Lohmaier <[email protected]>
Date: Wed Dec 10 15:46:47 2014 +0100
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
diff --git a/configure.ac b/configure.ac
index 4db47f3..b63d7ed 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])
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits