Skip to content

Commit 0e3afd7

Browse files
committed
address review: set module missing, if have_mpdec==no
1 parent 11867cd commit 0e3afd7

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

configure

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8282,7 +8282,7 @@ PY_STDLIB_MOD([_curses_panel],
82828282
)
82838283
if test "$have_mpdec" = "no"
82848284
then
8285-
PY_STDLIB_MOD_SET_NA([_decimal])
8285+
AS_VAR_SET([py_cv_module_]_decimal, [missing])
82868286
fi
82878287
PY_STDLIB_MOD([_decimal],
82888288
[], [test "$have_mpdec" = "yes"],

0 commit comments

Comments
 (0)