Skip to content

Commit 71868a0

Browse files
authored
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".
1 parent d71f5ad commit 71868a0

File tree

4 files changed

+83
-83
lines changed

4 files changed

+83
-83
lines changed

Makefile.pre.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ OPENSSL_RPATH=@OPENSSL_RPATH@
222222
# * missing: build dependency is missing
223223
# * disabled: module is disabled
224224
# * n/a: module is not available on the current platform
225-
# MODULE_EGG=yes # yes, missing, disabled, n/a
225+
# MODULE_EGG_STATE=yes # yes, missing, disabled, n/a
226226
# MODULE_EGG_CFLAGS=
227227
# MODULE_EGG_LDFLAGS=
228228
@MODULE_BLOCK@

0 commit comments

Comments
 (0)