[Libreoffice-commits] core.git: configure.ac

Andras Timar andras.timar at collabora.com
Fri Sep 20 05:33:52 PDT 2013


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1a4258667ecd76cebc823994fd366ec7b622fd42
Author: Andras Timar <andras.timar at collabora.com>
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


More information about the Libreoffice-commits mailing list