summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-06-27 07:23:04 (GMT)
committerGitHub <noreply@github.com>2022-06-27 07:23:04 (GMT)
commit4ec146cefd2446f7e19e05091949c84836223b59 (patch)
tree0636955f5fc695fea842f57df47870a746ee4dca /Makefile.pre.in
parentbc8d81a8febd26e7d02e26f46532aeb7ecbd55be (diff)
downloadcpython-4ec146cefd2446f7e19e05091949c84836223b59.zip
cpython-4ec146cefd2446f7e19e05091949c84836223b59.tar.gz
cpython-4ec146cefd2446f7e19e05091949c84836223b59.tar.bz2
[3.11] gh-90005: Rename MODULE_EGG variable to MODULE_EGG_STATE (GH-94301) (GH-94317)
Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 3b5f394..004ab3a 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -222,7 +222,7 @@ OPENSSL_RPATH=@OPENSSL_RPATH@
# * missing: build dependency is missing
# * disabled: module is disabled
# * n/a: module is not available on the current platform
-# MODULE_EGG=yes # yes, missing, disabled, n/a
+# MODULE_EGG_STATE=yes # yes, missing, disabled, n/a
# MODULE_EGG_CFLAGS=
# MODULE_EGG_LDFLAGS=
@MODULE_BLOCK@