diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 37f200f018fc..88528d0f95ff 100644 --- a/configure.ac +++ b/configure.ac @@ -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="" |