diff --git a/configure b/configure index 8f4642b898..f7d10004d5 100755 --- a/configure +++ b/configure @@ -6233,6 +6233,12 @@ enabled stripping || strip="echo skipping strip" config_files="$TMPH config.mak doc/config.texi" +if enabled msvc; then + dst_path=$(pwd -W) +else + dst_path=$(pwd) +fi + cat > config.mak <