diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 25ff959e231e..adef7d2a2b6d 100644 --- a/configure.ac +++ b/configure.ac @@ -3472,7 +3472,7 @@ if test "$_os" = "WINNT"; then # Find the proper version of MSBuild.exe to use based on the VS version reg_get_value_32 HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/MSBuild/$vcnumwithdot/MSBuildOverrideTasksPath if test -n "$regvalue" ; then - MSBUILD_PATH="$regvalue" + MSBUILD_PATH=`win_short_path_for_make "$regvalue"` fi dnl =========================================================== |