Kaydet (Commit) 51134417 authored tarafından Michael Stahl's avatar Michael Stahl

configure: remove hack to add quotes to $DEVENV again

This was added because CPPUNITTRACE='"$(DEVENV)" /debugexe' is less
convenient to write than CPPUNITTRACE='$(DEVENV) /debugexe'.

However DavidO points out that CPPUNITTRACE=TRUE is even more
convenient and sort of optimal already, and it turns out it's broken by
the extra quotes, so remove the hack.

Change-Id: Ic5d94f9a0774cd41821b68728404c205552d674e
Reviewed-on: https://gerrit.libreoffice.org/35589Reviewed-by: 's avatarDavid Ostrovsky <david@ostrovsky.org>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst 6d7ed03d
......@@ -3456,8 +3456,6 @@ if test "$_os" = "WINNT"; then
if test ! -e "$DEVENV"; then
AC_MSG_ERROR([No devenv.exe found, Visual Studio installation broken?])
fi
# add quotes around it, this is an ugly hack for convenience
DEVENV=\"${DEVENV}\"
dnl ===========================================================
dnl Check for the corresponding mspdb*.dll
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment