Changeset 98247 in vbox for trunk/configure
- Timestamp:
- Jan 23, 2023 5:12:15 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155446
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r98241 r98247 1876 1876 if test_compile "$LIBOGG $I_INCOGG" ogg ogg nofatal; then 1877 1877 if test_execute; then 1878 cnf_append "SDK_VB OX_OGG_INCS" "$INCOGG"1879 cnf_append "SDK_VB OX_OGG_LIBS" "`strip_l "$LIBOGG"`"1878 cnf_append "SDK_VBoxLibOgg_INCS" "$INCOGG" 1879 cnf_append "SDK_VBoxLibOgg_LIBS" "`strip_l "$LIBOGG"`" 1880 1880 fi 1881 1881 else
Note:
See TracChangeset
for help on using the changeset viewer.