From: Brett Cannon Date: Mon, 7 Nov 2005 21:42:42 +0000 (+0000) Subject: Fix typo in envvar name. X-Git-Tag: v2.5a0~1187 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=789fd005e0d3b3ee047435f7536ded80a26ddff8;p=thirdparty%2FPython%2Fcpython.git Fix typo in envvar name. --- diff --git a/Misc/SpecialBuilds.txt b/Misc/SpecialBuilds.txt index 811147668f63..ae9ab4c1ef1b 100644 --- a/Misc/SpecialBuilds.txt +++ b/Misc/SpecialBuilds.txt @@ -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``. ---------------------------------------------------------------------------