Skip to content

Commit 59a7986

Browse files
committed
address review: configure.ac cleanup
1 parent 0dd4a29 commit 59a7986

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

configure

Lines changed: 1 addition & 6 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4338,8 +4338,6 @@ AS_VAR_IF(
43384338
[with_pydebug], [yes],
43394339
[AS_VAR_APPEND([LIBMPDEC_CFLAGS], [" -DTEST_COVERAGE"])])
43404340

4341-
AC_SUBST([LIBMPDEC_CFLAGS])
4342-
43434341
# Check whether _decimal should use a coroutine-local or thread-local context
43444342
AC_MSG_CHECKING([for --with-decimal-contextvar])
43454343
AC_ARG_WITH(
@@ -4356,6 +4354,7 @@ then
43564354
AC_DEFINE([WITH_DECIMAL_CONTEXTVAR], [1],
43574355
[Define if you want build the _decimal module using a coroutine-local rather than a thread-local context])
43584356
fi
4357+
43594358
AC_MSG_RESULT([$with_decimal_contextvar])
43604359

43614360
dnl detect sqlite3 from Emscripten emport

0 commit comments

Comments
 (0)