summaryrefslogtreecommitdiff
path: root/libxml2
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-27 14:57:23 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-27 15:00:42 +0300
commite42dfec9ea188dd0c0859a409ca67c5c2cfabb5b (patch)
treedbae0e73d3349782236dfbad707139c52110ebed /libxml2
parent8418eeb79ba0036db466c6e5e26becfb21b6da88 (diff)
Don't build libxml2.dll against debugging runtime for --enable-debug
Passing the debug=yes option to libxml2's configure.js causes it to be built against the debugging runtime, which is not what we want if we just have used --enable-debug. It is with --enable-dbgutil that we want to use the debugging runtime. So look at $(dbgutil), not $(debug).
Diffstat (limited to 'libxml2')
-rwxr-xr-xlibxml2/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk
index 1c29a593a947..098d30b37dfa 100755
--- a/libxml2/makefile.mk
+++ b/libxml2/makefile.mk
@@ -95,7 +95,7 @@ BUILD_DIR=$(CONFIGURE_DIR)
CONFIGURE_DIR=win32
CONFIGURE_ACTION=cscript configure.js
CONFIGURE_FLAGS=iconv=no sax1=yes
-.IF "$(debug)"!=""
+.IF "$(dbgutil)"!=""
CONFIGURE_FLAGS+=debug=yes
.ENDIF
BUILD_ACTION=nmake