VirtualBox

Changeset 2374 in vbox for trunk


Ignore:
Timestamp:
Apr 27, 2007 12:15:03 AM (18 years ago)
Author:
vboxsync
Message:

The OSE does not have instructions for XPCOM nor Qt, so until it does we don't enable any of it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r2312 r2374  
    226226  KBUILDDIR_BIN="$KBUILDDIR/bin/$OS.$MACHINE"
    227227  log_success "Determined $OS.$MACHINE"
     228
     229  # Automatically disable XPCOM on darwin.
     230  if [ "$OS" = "darwin" -a $WITH_XPCOM -eq 1 ]; then
     231    WITH_XPCOM=0
     232    WITH_LIBIDL=0
     233    WITH_QT=0
     234    echo "Disabling checks for XPCOM related components."
     235  fi
    228236}
    229237
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