Changeset 91557 in vbox for trunk/configure
- Timestamp:
- Oct 5, 2021 7:57:47 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 147260
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r91556 r91557 1823 1823 EOF 1824 1824 [ -n "$INCTPMS" ] && I_INCTPMS=`prefix_I "$INCTPMS"` 1825 if test_compile "$LIBTPMS $I_INCTPMS" libtpms libtpms ; then1825 if test_compile "$LIBTPMS $I_INCTPMS" libtpms libtpms nofatal; then 1826 1826 if test_execute; then 1827 1827 cnf_append "SDK_VBOX_TPMS_INCS" "$INCTPMS" 1828 1828 cnf_append "SDK_VBOX_TPMS_LIBS" "`strip_l "$LIBTPMS"`" 1829 fi 1829 fi 1830 else 1831 echo "not found -- building libtpms from in-tree code." 1830 1832 fi 1831 1833 fi
Note:
See TracChangeset
for help on using the changeset viewer.