Skip to content

Commit 2ba6b8b

Browse files
committed
reorder
1 parent bd03679 commit 2ba6b8b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

configure

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

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7953,13 +7953,13 @@ PY_STDLIB_MOD([_curses_panel],
79537953
[], [test "$have_curses" = "yes" && test "$have_panel" = "yes"],
79547954
[$PANEL_CFLAGS $CURSES_CFLAGS], [$PANEL_LIBS $CURSES_LIBS]
79557955
)
7956-
PY_STDLIB_MOD([_decimal],
7957-
[], [test "$have_mpdec" = "yes"],
7958-
[$LIBMPDEC_CFLAGS], [$LIBMPDEC_LIBS])
79597956
if test "$have_mpdec" = "no"
79607957
then
79617958
AS_VAR_SET([py_cv_module_]_decimal, [n/a])
79627959
fi
7960+
PY_STDLIB_MOD([_decimal],
7961+
[], [test "$have_mpdec" = "yes"],
7962+
[$LIBMPDEC_CFLAGS], [$LIBMPDEC_LIBS])
79637963
PY_STDLIB_MOD([_dbm],
79647964
[test -n "$with_dbmliborder"], [test "$have_dbm" != "no"],
79657965
[$DBM_CFLAGS], [$DBM_LIBS])

0 commit comments

Comments
 (0)