summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-14 19:15:45 +0200
committerMichael Stahl <mstahl@redhat.com>2013-04-15 15:26:32 +0200
commitf14f7a2e4568e3e85a0c8860beebd0376c5a8b51 (patch)
treea27eff90b1ed15d4a1f7e2b5f5492c3ede363d6e /configure.ac
parent4811c2dc9f94929b60e7e2e0077871aad14fdc3a (diff)
MSVC: --enable-dbgutil uses debug runtimes
Works here with MSVC 2008, make check passes successfully. Change-Id: Id02ab357ea93bddd241c7801c0d7b9b4be83b7b4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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=""