configure.in | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 2b391a91115cb361c508514fa2e34795677d0f48
Author: Matúš Kukan <[email protected]>
Date: Fri May 4 12:39:36 2012 +0200
use formatted path here for cygwin
Change-Id: I1d3ade7813f85c3d87ba2e5017e9635d663ef76a
diff --git a/configure.in b/configure.in
index 8daf62f..5abb680 100644
--- a/configure.in
+++ b/configure.in
@@ -2145,6 +2145,8 @@ if test -n "${with_solver_and_workdir_root}"; then
AC_MSG_ERROR([directory does not exist: ${with_solver_and_workdir_root}])
fi
SOLARVER=${with_solver_and_workdir_root}/solver
+ PathFormat "$SOLARVER"
+ SOLARVER="$formatted_path"
else
SOLARVER=${SRC_ROOT}/solver
fi
@@ -3334,6 +3336,8 @@ fi
INPATH="${OUTPATH}${PROEXT}"
if test -n "${with_solver_and_workdir_root}"; then
WORKDIR=${with_solver_and_workdir_root}/workdir/${INPATH}
+ PathFormat "$WORKDIR"
+ WORKDIR="$formatted_path"
else
WORKDIR=${SRC_ROOT}/workdir/${INPATH}
fi
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits