Changeset 98253 in vbox for trunk/configure
- Timestamp:
- Jan 23, 2023 5:38:37 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155452
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r98252 r98253 733 733 if test_compile "$LIBXML2 $LIBPTHREAD $I_INCXML2" xml2 xml2; then 734 734 if test_execute; then 735 cnf_append "SDK_VB OX_LIBXML2_DEFS" "_REENTRANT" ## @todo get defines from --cflags736 cnf_append "SDK_VB OX_LIBXML2_INCS" "$INCXML2"737 cnf_append "SDK_VB OX_LIBXML2_LIBS" "`strip_l "$LIBXML2"`"735 cnf_append "SDK_VBoXLibXml2_DEFS" "_REENTRANT" ## @todo get defines from --cflags 736 cnf_append "SDK_VBoXLibXml2_INCS" "$INCXML2" 737 cnf_append "SDK_VBoXLibXml2_LIBS" "`strip_l "$LIBXML2"`" 738 738 fi 739 739 fi … … 767 767 if test_compile "$LIBXML2 $LIBPTHREAD $I_INCXML2" xml2 xml2; then 768 768 if test_execute; then 769 cnf_append "SDK_VB OX_LIBXML2_DEFS" "_REENTRANT" ## @todo get defines from --cflags770 cnf_append "SDK_VB OX_LIBXML2_INCS" "$INCXML2"771 cnf_append "SDK_VB OX_LIBXML2_LIBS" "`strip_l "$LIBXML2"`"769 cnf_append "SDK_VBoXLibXml2_DEFS" "_REENTRANT" ## @todo get defines from --cflags 770 cnf_append "SDK_VBoXLibXml2_INCS" "$INCXML2" 771 cnf_append "SDK_VBoXLibXml2_LIBS" "`strip_l "$LIBXML2"`" 772 772 fi 773 773 fi
Note:
See TracChangeset
for help on using the changeset viewer.