summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
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