summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-10-08 13:21:15 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-10-08 13:21:15 (GMT)
commit4c398fde5c76847e12eb265716f35a57ce035822 (patch)
tree79b6f42f6f3b0273ef7a8ab331e9c2deaa859593 /README
parent2f20dab9c1f2e123b7d8cc17393d0504825d439a (diff)
downloadcpython-4c398fde5c76847e12eb265716f35a57ce035822.zip
cpython-4c398fde5c76847e12eb265716f35a57ce035822.tar.gz
cpython-4c398fde5c76847e12eb265716f35a57ce035822.tar.bz2
Mac OS X build instructions talked about --without-toolbox-glue, but
the configure option is really called --disable-toolbox-glue.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 7118dcf..1286924 100644
--- a/README
+++ b/README
@@ -400,7 +400,7 @@ Mac OS X 10.0: Run configure with "./configure --with-suffix=.exe".
work on a Unix UFS filesystem (how to check for this on Mac OS
X?).
On naked Darwin you may have to add the configure option
- "--without-toolbox-glue" to disable the glue code for the Carbon
+ "--disable-toolbox-glue" to disable the glue code for the Carbon
interface modules. (The modules themselves are currently not built
by default as they are experimental, on real OSX you can enable them
in setup.py).