VirtualBox

Changeset 1542 in vbox


Ignore:
Timestamp:
Mar 16, 2007 9:06:14 PM (18 years ago)
Author:
vboxsync
Message:

options disabling modules/features needs to tell the build system...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r1539 r1542  
    11821182fi
    11831183
     1184# emit disable directives corresponding to any --disable-xxx options.
     1185(($WITH_XPCOM==0)) && cnf_append "VBOX_WITH_MAIN" ""
     1186(($WITH_QT==0)) && cnf_append "VBOX_WITH_QTGUI" ""
     1187(($WITH_SDL_TTF==0)) && cnf_append "VBOX_WITH_SECURELABEL" ""
     1188
    11841189# append the tools directory to the default search path
    11851190echo "$PATH" | grep -q "$DEVDIR_BIN" || PATH="$PATH:$DEVDIR_BIN"
Note: See TracChangeset for help on using the changeset viewer.

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