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