summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-10-25 00:34:44 -0700
committerNed Deily <nad@acm.org>2013-10-25 00:34:44 -0700
commit31037c71001ab76e0fb6e436df733e194aced644 (patch)
tree65fe22894889a91fcfe08e2e8b822a265ddbac3f /Python/pythonrun.c
parentb82bb3b55cdf97abc402188585e2da727d692b92 (diff)
downloadcpython-31037c71001ab76e0fb6e436df733e194aced644.tar.gz
Issue #1584: Provide options to override default search paths for Tcl and Tk
when building _tkinter. configure has two new options; if used, both must be specified: ./configure \ --with-tcltk-includes="-I/opt/local/include" \ --with-tcltk-libs="-L/opt/local/lib -ltcl8.5 -ltk8.5" In addition, the options can be overridden with make: make \ TCLTK_INCLUDES="-I/opt/local/include" \ TCLTK_LIBS="-L/opt/local/lib -ltcl8.6 -ltk8.6"
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions