Changeset 98248 in vbox for trunk/configure
- Timestamp:
- Jan 23, 2023 5:15:58 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155447
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r98247 r98248 1839 1839 if test_compile "$LIBVRB $I_INCVRB" vorbis vorbis nofatal; then 1840 1840 if test_execute; then 1841 cnf_append "SDK_VB OX_VORBIS_INCS" "$INCVRB"1842 cnf_append "SDK_VB OX_VORBIS_LIBS" "`strip_l "$LIBVRB"`"1841 cnf_append "SDK_VBoxLibVorbis_INCS" "$INCVRB" 1842 cnf_append "SDK_VBoxLibVorbis_LIBS" "`strip_l "$LIBVRB"`" 1843 1843 fi 1844 1844 else
Note:
See TracChangeset
for help on using the changeset viewer.