diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 761d1dbd45c..cb7f2144345 100644 --- a/configure.ac +++ b/configure.ac @@ -8129,11 +8129,11 @@ PY_STDLIB_MOD([_decimal], AS_VAR_IF([with_system_libmpdec], [no], [AC_MSG_WARN([m4_normalize([ - the bundled copy of libmpdecimal is scheduled for removal in Python 3.16; + the bundled copy of libmpdec is scheduled for removal in Python 3.16; consider using a system installed mpdecimal library.])])]) AS_IF([test "$with_system_libmpdec" = "yes" && test "$have_mpdec" = "no"], [AC_MSG_WARN([m4_normalize([ - no system libmpdecimal found; falling back to pure-Python version + no system libmpdec found; falling back to pure-Python version for the decimal module])])]) PY_STDLIB_MOD([_dbm], |