summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-01-23 17:40:55 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-01-23 17:40:55 +0000
commit8cebd9c12b02e306f4206bf73cef0921ee7988df (patch)
tree97fbacb2caa580eacd987d21f298970f9294797a /configure
parente2f12a9594ac52ddb2365bcebec43a381a19be74 (diff)
downloadVirtualBox-svn-8cebd9c12b02e306f4206bf73cef0921ee7988df.tar.gz
*.kmk,configure*: s/VBoXLibXml2/VBoxLibXml2 (typo) bugref:10348
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98254 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 681f59652cc..1206444f4b8 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_VBoXLibXml2_DEFS" "_REENTRANT" ## @todo get defines from --cflags
- cnf_append "SDK_VBoXLibXml2_INCS" "$INCXML2"
- cnf_append "SDK_VBoXLibXml2_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_VBoXLibXml2_DEFS" "_REENTRANT" ## @todo get defines from --cflags
- cnf_append "SDK_VBoXLibXml2_INCS" "$INCXML2"
- cnf_append "SDK_VBoXLibXml2_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