summaryrefslogtreecommitdiff
path: root/configure.vbs
diff options
context:
space:
mode:
Diffstat (limited to 'configure.vbs')
-rw-r--r--configure.vbs6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.vbs b/configure.vbs
index c412cdbad2c..4d55fcc3674 100644
--- a/configure.vbs
+++ b/configure.vbs
@@ -1580,9 +1580,9 @@ sub CheckForXml2(strOptXml2)
end if
strPathXml2 = UnixSlashes(PathAbs(strPathXml2))
- CfgPrintAssign "SDK_VBOX_LIBXML2_DEFS", "_REENTRANT"
- CfgPrintAssign "SDK_VBOX_LIBXML2_INCS", strPathXml2 & "/include"
- CfgPrintAssign "SDK_VBOX_LIBXML2_LIBS", strPathXml2 & "/lib/libxml2.lib"
+ CfgPrintAssign "SDK_VBoXLibXml2_DEFS", "_REENTRANT"
+ CfgPrintAssign "SDK_VBoXLibXml2_INCS", strPathXml2 & "/include"
+ CfgPrintAssign "SDK_VBoXLibXml2_LIBS", strPathXml2 & "/lib/libxml2.lib"
PrintResult "libxml2", strPathXml2
end sub