From e2f12a9594ac52ddb2365bcebec43a381a19be74 Mon Sep 17 00:00:00 2001 From: vboxsync Date: Mon, 23 Jan 2023 17:38:37 +0000 Subject: *.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 --- configure | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'configure') 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 -- cgit v1.2.1