summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-05-19 19:51:11 +0200
committerAndras Timar <atimar@suse.com>2011-05-19 19:51:56 +0200
commit59c7fa441f3ee0e70d58bdc08144d995e448a731 (patch)
treef985cca37586908413f553eb0f695c44d0be211a /configure.in
parentb583ee234acea279a5a0ce3129d34d9c9a57ccac (diff)
use short paths, because '(x86)' in the path causes problem
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index edcdc0547f33..d4ca9f34cc9d 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 ===========================================================