Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
gh-115119: Default to --with-system-libmpdec=yes#118539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
268d27045173e36f020d0fe5602300068974f87c91f8f4ea28e80866e51c1f7a971a26e3f3e17c84f2b7161d50b1016f0dFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -3998,7 +3998,8 @@ AS_VAR_IF([with_system_libmpdec], [yes], | ||
| AC_SEARCH_LIBS( | ||
erlend-aasland marked this conversation as resolved. OutdatedShow resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| [mpd_version], [mpdec], | ||
| [have_mpdec=yes], [have_mpdec=no])])], | ||
| [AS_VAR_SET([have_mpdec], [yes]) | ||
| AC_MSG_WARN([m4_normalize([ | ||
| the bundled copy of libmpdecimal is scheduled for removal in Python 3.15; | ||
| consider using a system installed mpdecimal library.])])]) | ||