MSVC: --enable-dbgutil uses debug runtimes

Works here with MSVC 2008, make check passes successfully.

Change-Id: Id02ab357ea93bddd241c7801c0d7b9b4be83b7b4
This commit is contained in:
Michael Stahl
2013-04-14 19:15:45 +02:00
parent 4811c2dc9f
commit f14f7a2e45

View File

@@ -3219,7 +3219,7 @@ if test -n "$enable_dbgutil" -a "$enable_dbgutil" != "no"; then
ENABLE_DBGUTIL="TRUE"
# this is an extra var so it can have different default on different MSVC
# versions (in case there are version specific problems with it)
MSVC_USE_DEBUG_RUNTIME=""
MSVC_USE_DEBUG_RUNTIME="TRUE"
PROEXT=""
PRODUCT=""