]> granicus.if.org Git - python/commitdiff
Mac OS X build instructions talked about --without-toolbox-glue, but
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 8 Oct 2001 13:21:15 +0000 (13:21 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 8 Oct 2001 13:21:15 +0000 (13:21 +0000)
the configure option is really called --disable-toolbox-glue.

README

diff --git a/README b/README
index 7118dcf60ae5050d74061d319896eb2049d869e1..12869244baa4304389636150c5578eeab3a52265 100644 (file)
--- 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).