[Python-checkins] commit of r41407 - python/trunk/Misc

brett.cannon@python.org brett.cannon at python.org
Mon Nov 7 22:42:43 CET 2005


Author: brett.cannon
Date: Mon Nov  7 22:42:42 2005
New Revision: 41407

Modified:
   python/trunk/Misc/SpecialBuilds.txt
Log:
Fix typo in envvar name.


Modified: python/trunk/Misc/SpecialBuilds.txt
==============================================================================
--- python/trunk/Misc/SpecialBuilds.txt	(original)
+++ python/trunk/Misc/SpecialBuilds.txt	Mon Nov  7 22:42:42 2005
@@ -1,7 +1,7 @@
 This file describes some special Python build types enabled via
 compile-time preprocessor defines.
 
-It is best to define these options in the EXTRA_FLAGS environment variable;
+It is best to define these options in the EXTRA_CFLAGS environment variable;
 ``EXTRA_CFLAGS="-DPy_REF_DEBUG" ./configure``.
 
 ---------------------------------------------------------------------------


More information about the Python-checkins mailing list