summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-01-23 17:38:37 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-01-23 17:38:37 +0000
commite2f12a9594ac52ddb2365bcebec43a381a19be74 (patch)
tree29cb3d8187a00021879bbe6e54e7953b20297d81 /configure
parent6a3b8f52e447460a85ac5a3cdf37dc3c7860ea75 (diff)
downloadVirtualBox-svn-e2f12a9594ac52ddb2365bcebec43a381a19be74.tar.gz
*.kmk,configure*: s/VBOX_LIBXML2/VBoxLibXml2 (sdk) bugref:10348
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98253 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure b/configure
index c0af18a65ee..681f59652cc 100755
--- a/configure
+++ b/configure
@@ -732,9 +732,9 @@ EOF
[ -n "$INCXML2" ] && I_INCXML2=`prefix_I "$INCXML2"`
if test_compile "$LIBXML2 $LIBPTHREAD $I_INCXML2" xml2 xml2; then
if test_execute; then
- cnf_append "SDK_VBOX_LIBXML2_DEFS" "_REENTRANT" ## @todo get defines from --cflags
- cnf_append "SDK_VBOX_LIBXML2_INCS" "$INCXML2"
- cnf_append "SDK_VBOX_LIBXML2_LIBS" "`strip_l "$LIBXML2"`"
+ cnf_append "SDK_VBoXLibXml2_DEFS" "_REENTRANT" ## @todo get defines from --cflags
+ cnf_append "SDK_VBoXLibXml2_INCS" "$INCXML2"
+ cnf_append "SDK_VBoXLibXml2_LIBS" "`strip_l "$LIBXML2"`"
fi
fi
fi
@@ -766,9 +766,9 @@ EOF
[ -n "$INCXML2" ] && I_INCXML2=`prefix_I "$INCXML2"`
if test_compile "$LIBXML2 $LIBPTHREAD $I_INCXML2" xml2 xml2; then
if test_execute; then
- cnf_append "SDK_VBOX_LIBXML2_DEFS" "_REENTRANT" ## @todo get defines from --cflags
- cnf_append "SDK_VBOX_LIBXML2_INCS" "$INCXML2"
- cnf_append "SDK_VBOX_LIBXML2_LIBS" "`strip_l "$LIBXML2"`"
+ cnf_append "SDK_VBoXLibXml2_DEFS" "_REENTRANT" ## @todo get defines from --cflags
+ cnf_append "SDK_VBoXLibXml2_INCS" "$INCXML2"
+ cnf_append "SDK_VBoXLibXml2_LIBS" "`strip_l "$LIBXML2"`"
fi
fi
fi