[Libreoffice-commits] .: configure.in
Andras Timar
timar at kemper.freedesktop.org
Thu May 19 10:52:33 PDT 2011
configure.in | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 94d01d89c82b5c37e5f6be5aec901bc59e8fb61b
Author: Andras Timar <atimar at suse.com>
Date: Thu May 19 19:51:11 2011 +0200
use short paths, because '(x86)' in the path causes problem
diff --git a/configure.in b/configure.in
index edcdc05..d4ca9f3 100755
--- a/configure.in
+++ b/configure.in
@@ -2222,6 +2222,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([done])
dnl ===========================================================
More information about the Libreoffice-commits
mailing list