configure.in |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit b1e37e258351a51556d4128d08768edd8fd05d3d
Author: Andras Timar <ati...@suse.com>
Date:   Thu May 19 19:51:11 2011 +0200

    use short paths, because '(x86)' in the path causes problem
    
    Signed-off-by: Fridrich Å trba <fridrich.st...@bluewin.ch>

diff --git a/configure.in b/configure.in
index 1c88874..68e3193 100755
--- a/configure.in
+++ b/configure.in
@@ -2164,6 +2164,8 @@ if test "$_os" = "WINNT"; then
         else
             with_cl_home=`cygpath -u "$with_cl_home"`
         fi
+        with_cl_home=`cygpath -d "$with_cl_home"`
+        with_cl_home=`cygpath -u "$with_cl_home"`
         AC_MSG_RESULT([$with_cl_home])
 
         dnl ===========================================================
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to