VirtualBox

Changeset 85738 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Aug 13, 2020 1:16:12 AM (4 years ago)
Author:
vboxsync
Message:

Main/HostUpdateImpl.cpp: Only enable the core code when we build with libcurl (VBOX_WITH_HOST_UPDATE_CHECK) as not all OEMs includes cURL. [build fix] bugref:7983

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/HostUpdateImpl.cpp

    r85737 r85738  
    638638    return rc;
    639639#else  /* !VBOX_WITH_HOST_UPDATE_CHECK */
     640    RT_NOREF(aCheckType, aProgress);
    640641    return setError(E_NOTIMPL, tr("Update checking support was not compiled into this VirtualBox build"));
    641642#endif /* !VBOX_WITH_HOST_UPDATE_CHECK */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette