Changeset 72668 in vbox for trunk/configure
- Timestamp:
- Jun 22, 2018 5:04:46 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123181
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r72665 r72668 2379 2379 fi 2380 2380 2381 # Always use our own libssl on non-OSE builds for compatibility reasons.2382 [ $OSE -eq 1 ] || BUILD_LIBSSL=12383 2384 2381 # Change OS specific defaults; must be before all other stuff 2385 2382 if [ "$OS" = "darwin" ]; then … … 2413 2410 LIBPTHREAD="-lroot" 2414 2411 #[ $OSE -eq 1 ] || BUILD_LIBCURL=1 2412 [ $OSE -eq 1 ] || BUILD_LIBSSL=1 2415 2413 elif [ "$OS" = "solaris" ]; then 2416 2414 [ $OSE -eq 1 ] && WITH_LIBVPX=0
Note:
See TracChangeset
for help on using the changeset viewer.