summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2021-11-22 08:05:36 (GMT)
committerGitHub <noreply@github.com>2021-11-22 08:05:36 (GMT)
commit133c65a870e8bdcce7cd6a2bc6bd0cefbb2fa9f3 (patch)
treef4b3ab2e174e41aaee327157e377b519c6cdc1a5 /configure
parentdb2277a114463d30a58d9066f2b47f7a53a1488c (diff)
downloadcpython-133c65a870e8bdcce7cd6a2bc6bd0cefbb2fa9f3.zip
cpython-133c65a870e8bdcce7cd6a2bc6bd0cefbb2fa9f3.tar.gz
cpython-133c65a870e8bdcce7cd6a2bc6bd0cefbb2fa9f3.tar.bz2
bpo-45847: Port array, _contextvars, math, and cmath to PY_STDLIB_MOD_SIMPLE (GH-29688)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure76
1 files changed, 76 insertions, 0 deletions
diff --git a/configure b/configure
index fd75c52..72285a6 100755
--- a/configure
+++ b/configure
@@ -688,8 +688,16 @@ MODULE_OSSAUDIODEV_FALSE
MODULE_OSSAUDIODEV_TRUE
MODULE_GRP_FALSE
MODULE_GRP_TRUE
+MODULE_CMATH_FALSE
+MODULE_CMATH_TRUE
+MODULE_MATH_FALSE
+MODULE_MATH_TRUE
MODULE__DATETIME_FALSE
MODULE__DATETIME_TRUE
+MODULE__CONTEXTVARS_FALSE
+MODULE__CONTEXTVARS_TRUE
+MODULE_ARRAY_FALSE
+MODULE_ARRAY_TRUE
MODULE_TIME_FALSE
MODULE_TIME_TRUE
MODULE__IO_FALSE
@@ -19567,6 +19575,30 @@ fi
if true; then
+ MODULE_ARRAY_TRUE=
+ MODULE_ARRAY_FALSE='#'
+else
+ MODULE_ARRAY_TRUE='#'
+ MODULE_ARRAY_FALSE=
+fi
+
+
+
+
+
+ if true; then
+ MODULE__CONTEXTVARS_TRUE=
+ MODULE__CONTEXTVARS_FALSE='#'
+else
+ MODULE__CONTEXTVARS_TRUE='#'
+ MODULE__CONTEXTVARS_FALSE=
+fi
+
+
+
+
+
+ if true; then
MODULE__DATETIME_TRUE=
MODULE__DATETIME_FALSE='#'
else
@@ -19580,6 +19612,34 @@ fi
+ if true; then
+ MODULE_MATH_TRUE=
+ MODULE_MATH_FALSE='#'
+else
+ MODULE_MATH_TRUE='#'
+ MODULE_MATH_FALSE=
+fi
+
+
+
+ as_fn_append MODULE_BLOCK "MODULE_MATH_LDFLAGS=$LIBM$as_nl"
+
+
+
+ if true; then
+ MODULE_CMATH_TRUE=
+ MODULE_CMATH_FALSE='#'
+else
+ MODULE_CMATH_TRUE='#'
+ MODULE_CMATH_FALSE=
+fi
+
+
+
+ as_fn_append MODULE_BLOCK "MODULE_CMATH_LDFLAGS=$LIBM$as_nl"
+
+
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdlib extension module grp" >&5
$as_echo_n "checking for stdlib extension module grp... " >&6; }
@@ -20745,10 +20805,26 @@ if test -z "${MODULE_TIME_TRUE}" && test -z "${MODULE_TIME_FALSE}"; then
as_fn_error $? "conditional \"MODULE_TIME\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${MODULE_ARRAY_TRUE}" && test -z "${MODULE_ARRAY_FALSE}"; then
+ as_fn_error $? "conditional \"MODULE_ARRAY\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${MODULE__CONTEXTVARS_TRUE}" && test -z "${MODULE__CONTEXTVARS_FALSE}"; then
+ as_fn_error $? "conditional \"MODULE__CONTEXTVARS\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
if test -z "${MODULE__DATETIME_TRUE}" && test -z "${MODULE__DATETIME_FALSE}"; then
as_fn_error $? "conditional \"MODULE__DATETIME\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${MODULE_MATH_TRUE}" && test -z "${MODULE_MATH_FALSE}"; then
+ as_fn_error $? "conditional \"MODULE_MATH\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${MODULE_CMATH_TRUE}" && test -z "${MODULE_CMATH_FALSE}"; then
+ as_fn_error $? "conditional \"MODULE_CMATH\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
if test -z "${MODULE_GRP_TRUE}" && test -z "${MODULE_GRP_FALSE}"; then
as_fn_error $? "conditional \"MODULE_GRP\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5