VirtualBox

Changeset 1542

Show
Ignore:
Timestamp:
03/16/07 22:06:14 (2 years ago)
Author:
vboxsync
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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" 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy