gh-90005: Rename MODULE_EGG variable to MODULE_EGG_STATE (GH-94301)

It makes it easier to look for module states in sysconfig without
special casing suffixes "_CFLAGS", "_DEPS", "_LDFLAGS", "_OBJS",
and "CTYPES_MALLOC_CLOSURE".
This commit is contained in:
Christian Heimes 2022-06-27 07:52:06 +02:00 committed by GitHub
parent d71f5adc41
commit 71868a0066
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 83 additions and 83 deletions

View file

@ -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@