VirtualBox

Changeset 20255 in vbox


Ignore:
Timestamp:
Jun 4, 2009 8:40:02 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48118
Message:

configure: allow to disable python which is enabled by default for all hosts

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r20246 r20255  
    414414endif
    415415# Enables the Python<->XPCOM and Python<->COM bindings.
    416 # (Currently not enabled by default because all the build servers has
    417 # different Python versions installed and would start burning.)
    418 VBOX_WITH_PYTHON = 1
     416VBOX_WITH_PYTHON ?= 1
    419417# Enables hardening.
    420418# Most developers will want to disable this in their LocalConfig.kmk.
  • trunk/configure

    r20209 r20255  
    21652165[ $WITH_QT4 -eq 0   ]     && cnf_append "VBOX_WITH_QTGUI" ""
    21662166[ $WITH_SDL_TTF -eq 0 ]   && cnf_append "VBOX_WITH_SECURELABEL" ""
     2167[ $WITH_PYTHON -eq 0 ]    && cnf_append "VBOX_WITH_PYTHON" ""
    21672168[ $WITH_HARDENING -eq 0 ] && cnf_append "VBOX_WITHOUT_HARDENING" "1"
    21682169[ $WITH_HARDENING -eq 2 ] && cnf_append "VBOX_WITH_HARDENING" "2"
Note: See TracChangeset for help on using the changeset viewer.

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