diff options
author | Andras Timar <atimar@suse.com> | 2011-05-19 19:51:11 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-10-26 11:53:52 +0200 |
commit | b1e37e258351a51556d4128d08768edd8fd05d3d (patch) | |
tree | f23d815fa864d1d5aa1c5067190fc0eddfd7a51c | |
parent | 0f47bcd002877464c50c7b4b2df46e2ca627c0a1 (diff) |
use short paths, because '(x86)' in the path causes problem
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
-rwxr-xr-x | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 1c888743e..68e3193d9 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 =========================================================== |