configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1a4258667ecd76cebc823994fd366ec7b622fd42
Author: Andras Timar <[email protected]>
Date: Fri Sep 20 05:33:43 2013 -0700
fix find_al() under 64-bit Cygwin
Change-Id: I2797763f64733a83858bb08d760c9c453d63e1f8
diff --git a/configure.ac b/configure.ac
index 967b728..16ce33e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5063,7 +5063,7 @@ find_al()
unset altest
- for x in `ls
/proc/registry/HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Microsoft\ SDKs/Windows`;
do
+ for x in `ls
/proc/registry32/HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Microsoft\
SDKs/Windows`; do
reg_get_value_32 "HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Microsoft
SDKs/Windows/$x/WinSDK-NetFx40Tools/InstallationFolder"
if test -n "$regvalue" -a \( -f "$regvalue/al.exe" -o -f
"$regvalue/bin/al.exe" \); then
altest=$regvalue
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits