[Libreoffice-commits] .: Branch 'libreoffice-3-4' - configure.in
Fridrich Strba
fridrich at kemper.freedesktop.org
Wed Oct 26 02:54:22 PDT 2011
configure.in | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit b1e37e258351a51556d4128d08768edd8fd05d3d
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
Signed-off-by: Fridrich Å trba <fridrich.strba at 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 ===========================================================
More information about the Libreoffice-commits
mailing list